]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adapt to new directory structure.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 16:28:47 +0000 (16:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 16:28:47 +0000 (16:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@2026 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/Makefile

index 706e179479ee13b12515756783ed9bf0b44815a9..a964e64a2b64c25c4451da9bb9bcd8a15b3c37d0 100644 (file)
@@ -9,22 +9,19 @@
 # depends upon
 kdoc.base     = $(shell echo ../../base/include/base/*.h)
 kdoc.lac      = $(shell echo ../../lac/include/lac/*.h)
-kdoc.basic    = $(shell echo ../../deal.II/include/basic/*.h)
-kdoc.grid     = $(filter-out $(kdoc.dof), \
-                $(shell echo ../../deal.II/include/grid/*.h))
-kdoc.dof      = $(shell echo ../../deal.II/include/grid/dof*.h) \
-                $(shell echo ../../deal.II/include/grid/mg_*.h) \
+kdoc.grid     = $(shell echo ../../deal.II/include/grid/*.h)
+kdoc.dof      = $(shell echo ../../deal.II/include/dofs/*.h) \
                 $(shell echo ../../deal.II/include/fe/*.h)
 kdoc.numerics = $(shell echo ../../deal.II/include/numerics/*.h)
 
 # for latex-output, we join the different libraries of the
 # deal.II library into just one file
-kdoc.dealII = $(kdoc.basic) $(kdoc.grid) $(kdoc.dof) $(kdoc.numerics)
+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.wave-equation = $(shell echo ../../projects/wave-equation/include/*.h)
+kdoc.transport     = $(shell echo ../../../projects/transport/trans_dg/*.h)
+kdoc.wave-equation = $(shell echo ../../../projects/wave-equation/include/*.h)
 
 
 # specify the names of the resulting doc libraries

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.