From 34e0240606bb6f5db47280a01bb0dffb318cec1c Mon Sep 17 00:00:00 2001 From: deal Date: Wed, 3 Mar 1999 11:56:03 +0000 Subject: [PATCH] Fix problems with auto-generated project doc. git-svn-id: https://svn.dealii.org/trunk@940 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/auto/Makefile b/deal.II/doc/auto/Makefile index 67aa7820e3..5165d7d0ff 100644 --- a/deal.II/doc/auto/Makefile +++ b/deal.II/doc/auto/Makefile @@ -19,7 +19,7 @@ kdoc.transport = $(wildcard ../../projects/transport/trans_dg/*.h) kdoc.all = $(kdoc.base) $(kdoc.lac) $(kdoc.basic) $(kdoc.grid) $(kdoc.dof) $(kdoc.num) \ - $(kdoc.ntrans) + $(kdoc.transport) all-include-files = $(wildcard ../../deal.II/include/*/*.h \ ../../lac/include/lac/*.h \ @@ -38,7 +38,7 @@ cvslog: # make sure that the *.kdoc files exist by # using the dependancies and the following rules. -kdoc: kdoc/base.kdoc kdoc/lac.kdoc kdoc/basic.kdoc kdoc/grid.kdoc kdoc/dof.kdoc kdoc/numerics.kdoc $(kdoc.all) kdoc-rerun +kdoc: kdoc/base.kdoc kdoc/lac.kdoc kdoc/basic.kdoc kdoc/grid.kdoc kdoc/dof.kdoc kdoc/numerics.kdoc kdoc/transport.kdoc $(kdoc.all) kdoc-rerun kdoc-rerun: @cd kdoc ; perl $(KDOCFLAGS) $(KDOCINCLUDE) -dbase \ -- 2.39.5