]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove user projects from autogenerated documentation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Dec 1999 14:32:58 +0000 (14:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Dec 1999 14:32:58 +0000 (14:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@2039 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/Makefile

index 4b1d58b481f027c143cc0f70d5ddcecf0a463428..899c8ca2a7ad8aea022e966188d780014b219d04 100644 (file)
@@ -18,23 +18,14 @@ kdoc.numerics = $(shell echo ../../deal.II/include/numerics/*.h)
 # deal.II library into just one file
 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/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.dealII-files)  \
-                     kdoc/transport.kdoc    \
-                     kdoc/wave-equation.kdoc
+kdoc.library-files = kdoc/base.kdoc         \
+                     kdoc/lac.kdoc          \
+                     kdoc/basic.kdoc        \
+                     kdoc/grid.kdoc         \
+                     kdoc/dof.kdoc          \
+                     kdoc/numerics.kdoc
+
 ##########################################################################
 # End of changeable section                                              #
 ##########################################################################
@@ -107,8 +98,8 @@ $(kdoc.library-files.rerun):
                $($(subst /,.,$(subst .kdoc.rerun,,$@)):../..%=../../..%)
 
 
-kdoc/names.html: $(kdoc.dealII-files)
-       @perl scripts/index.pl $(kdoc.dealII-files) > kdoc/names.html
+kdoc/names.html: $(kdoc.libray-files)
+       @cd kdoc ; perl ../scripts/index.pl *.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.