]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new rule for kdoc.grid, correction of a misspelling
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Nov 1999 10:26:58 +0000 (10:26 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Nov 1999 10:26:58 +0000 (10:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@1944 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/Makefile

index e56af004350b678b7ba419161ee6480f7abdc2f6..602c2c5fdbd1620be15fcf15134fcdfde56f6b14 100644 (file)
 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     = $(shell echo ../../deal.II/include/grid/tria*.h)\
-                $(shell echo ../../deal.II/include/grid/grid*.h)\
-                ../../deal.II/include/grid/geometry_info.h \
-                ../../deal.II/include/grid/persistent_tria.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) \
                 $(shell echo ../../deal.II/include/fe/*.h)
@@ -23,7 +21,7 @@ kdoc.numerics = $(shell echo ../../deal.II/include/numerics/*.h)
 # deal.II library into just one file
 kdoc.dealII = $(kdoc.basic) $(kdoc.grid) $(kdoc.dof) $(kdoc.numerics)
 
-# user projects. the projects should be independant of each other, so
+# 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)

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.