]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a problem in the generation of the online-docs of the numerics library.
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Apr 1999 18:32:29 +0000 (18:32 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Apr 1999 18:32:29 +0000 (18:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@1159 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/Makefile

index 121b69ea7d22694411a992568e26c9fa019ca796..a5b7f126d2bdd0301aa8b723ba9dc741992cea6a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# Makefile,v 1.8 1999/04/15 17:36:14 wolf Exp
 
 
 ##########################################################################
@@ -7,19 +7,19 @@
 #
 # specify which are the include files that a specific documentation libary
 # depends upon
-kdoc.base = $(wildcard ../../base/include/base/*.h)
-kdoc.lac  = $(wildcard ../../lac/include/lac/*.h)
-kdoc.basic= $(wildcard ../../deal.II/include/basic/*.h)
-kdoc.grid = $(wildcard ../../deal.II/include/grid/tria*.h)\
-            ../../deal.II/include/grid/geometry_info.h
-kdoc.dof  = $(wildcard ../../deal.II/include/grid/dof*.h) \
-            $(wildcard ../../deal.II/include/grid/mg_*.h) \
-            $(wildcard ../../deal.II/include/fe/*.h)
-kdoc.num  = $(wildcard ../../deal.II/include/numerics/*.h)
+kdoc.base     = $(wildcard ../../base/include/base/*.h)
+kdoc.lac      = $(wildcard ../../lac/include/lac/*.h)
+kdoc.basic    = $(wildcard ../../deal.II/include/basic/*.h)
+kdoc.grid     = $(wildcard ../../deal.II/include/grid/tria*.h)\
+                ../../deal.II/include/grid/geometry_info.h
+kdoc.dof      = $(wildcard ../../deal.II/include/grid/dof*.h) \
+                $(wildcard ../../deal.II/include/grid/mg_*.h) \
+                $(wildcard ../../deal.II/include/fe/*.h)
+kdoc.numerics = $(wildcard ../../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.num)
+kdoc.dealII = $(kdoc.basic) $(kdoc.grid) $(kdoc.dof) $(kdoc.numerics)
 
 # user projects. the projects should be independant of each other, so
 # we need not take care of cross-dependencies each time 

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.