From a9514c960e3acd8b8e609b4db4bce312d9571c33 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 20 Feb 2003 07:29:40 +0000 Subject: [PATCH] multigrid always there git-svn-id: https://svn.dealii.org/trunk@7196 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/Makefile.in | 4 ---- deal.II/doc/auto/kdoc/Makefile.in | 8 -------- 2 files changed, 12 deletions(-) diff --git a/deal.II/doc/auto/Makefile.in b/deal.II/doc/auto/Makefile.in index 6559636349..486dca0fe1 100644 --- a/deal.II/doc/auto/Makefile.in +++ b/deal.II/doc/auto/Makefile.in @@ -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 diff --git a/deal.II/doc/auto/kdoc/Makefile.in b/deal.II/doc/auto/kdoc/Makefile.in index dee12f106b..93d866239f 100644 --- a/deal.II/doc/auto/kdoc/Makefile.in +++ b/deal.II/doc/auto/kdoc/Makefile.in @@ -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) -- 2.39.5