]> https://gitweb.dealii.org/ - dealii.git/commitdiff
multigrid always there
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 20 Feb 2003 07:29:40 +0000 (07:29 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 20 Feb 2003 07:29:40 +0000 (07:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@7196 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/Makefile.in
deal.II/doc/auto/kdoc/Makefile.in

index 6559636349422ac047f1042d32ef2313bc8e27f9..486dca0fe1fea9bb5f143ae88f47dfac2bcd209a 100644 (file)
@@ -2,7 +2,6 @@
 
 
 # Let ./configure insert whether MG shall be documented
-multigrid = @enablemultigrid@
 DOCXX     = @docxx@
 
 
@@ -14,10 +13,7 @@ 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)
-
-ifeq ($(multigrid),yes)
 kdoc.multigrid= $(shell echo ../../deal.II/include/multigrid/*.h)
-endif
 
 # for latex-output, we join the different libraries of the
 # deal.II library into just one file
index dee12f106b9bd3ebc1d5ddb53587c0c33a90266e..93d866239fd1ac397f721a814cd0a4b841a34664 100644 (file)
@@ -28,20 +28,12 @@ kdoc.multigrid= $(shell echo $D/deal.II/include/multigrid/*.h)
 
 
 # specify the names of the resulting doc libraries
-ifeq ($(multigrid),yes)
 kdoc.library-files = base.kdoc         \
                      lac.kdoc          \
                      grid.kdoc         \
                      dof.kdoc          \
                      numerics.kdoc     \
                      multigrid.kdoc
-else
-kdoc.library-files = base.kdoc         \
-                     lac.kdoc          \
-                     grid.kdoc         \
-                     dof.kdoc          \
-                     numerics.kdoc
-endif
 
 kdoc: kdoc-installed $(kdoc.library-files)
 

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.