From 9584a85180251b710ff74f30fa245a42e43fb8e0 Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 10 Dec 1999 11:07:22 +0000 Subject: [PATCH] let only the dealII files be mentioned in the names index, update of the transport path git-svn-id: https://svn.dealii.org/trunk@2036 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/Makefile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/deal.II/doc/auto/Makefile b/deal.II/doc/auto/Makefile index a964e64a2b..4b1d58b481 100644 --- a/deal.II/doc/auto/Makefile +++ b/deal.II/doc/auto/Makefile @@ -20,17 +20,19 @@ kdoc.dealII = $(kdoc.grid) $(kdoc.dof) $(kdoc.numerics) # 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.transport = $(shell echo ../../../projects/transport/hyperbolic/include/*.h) kdoc.wave-equation = $(shell echo ../../../projects/wave-equation/include/*.h) +kdoc.dealII-files = kdoc/base.kdoc \ + kdoc/lac.kdoc \ + kdoc/basic.kdoc \ + kdoc/grid.kdoc \ + kdoc/dof.kdoc \ + kdoc/numerics.kdoc \ + # specify the names of the resulting doc libraries -kdoc.library-files = kdoc/base.kdoc \ - kdoc/lac.kdoc \ - kdoc/basic.kdoc \ - kdoc/grid.kdoc \ - kdoc/dof.kdoc \ - kdoc/numerics.kdoc \ +kdoc.library-files = $(kdoc.dealII-files) \ kdoc/transport.kdoc \ kdoc/wave-equation.kdoc ########################################################################## @@ -105,8 +107,8 @@ $(kdoc.library-files.rerun): $($(subst /,.,$(subst .kdoc.rerun,,$@)):../..%=../../..%) -kdoc/names.html: $(kdoc.libray-files) - @cd kdoc ; perl ../scripts/index.pl *.kdoc > names.html +kdoc/names.html: $(kdoc.dealII-files) + @perl scripts/index.pl $(kdoc.dealII-files) > kdoc/names.html -- 2.39.5