]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
let only the dealII files be mentioned in the names index, update of the transport...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Dec 1999 11:07:22 +0000 (11:07 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Dec 1999 11:07:22 +0000 (11:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@2036 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/Makefile

index a964e64a2b64c25c4451da9bb9bcd8a15b3c37d0..4b1d58b481f027c143cc0f70d5ddcecf0a463428 100644 (file)
@@ -20,17 +20,19 @@ kdoc.dealII = $(kdoc.grid) $(kdoc.dof) $(kdoc.numerics)
 
 # user projects. the projects should be independent of each other, so
 # we need not take care of cross-dependencies each time 
-kdoc.transport     = $(shell echo ../../../projects/transport/trans_dg/*.h)
+kdoc.transport     = $(shell echo ../../../projects/transport/hyperbolic/include/*.h)
 kdoc.wave-equation = $(shell echo ../../../projects/wave-equation/include/*.h)
 
 
+kdoc.dealII-files = kdoc/base.kdoc         \
+                    kdoc/lac.kdoc          \
+                    kdoc/basic.kdoc        \
+                    kdoc/grid.kdoc         \
+                    kdoc/dof.kdoc          \
+                    kdoc/numerics.kdoc     \
+
 # specify the names of the resulting doc libraries
-kdoc.library-files = kdoc/base.kdoc         \
-                     kdoc/lac.kdoc          \
-                     kdoc/basic.kdoc        \
-                     kdoc/grid.kdoc         \
-                     kdoc/dof.kdoc          \
-                     kdoc/numerics.kdoc     \
+kdoc.library-files = $(kdoc.dealII-files)  \
                      kdoc/transport.kdoc    \
                      kdoc/wave-equation.kdoc
 ##########################################################################
@@ -105,8 +107,8 @@ $(kdoc.library-files.rerun):
                $($(subst /,.,$(subst .kdoc.rerun,,$@)):../..%=../../..%)
 
 
-kdoc/names.html: $(kdoc.libray-files)
-       @cd kdoc ; perl ../scripts/index.pl *.kdoc > names.html
+kdoc/names.html: $(kdoc.dealII-files)
+       @perl scripts/index.pl $(kdoc.dealII-files) > kdoc/names.html
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.