From 1cc974fefae6e1f07e39546e3b984bb2115c2123 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 10 Dec 1999 14:32:58 +0000 Subject: [PATCH] Remove user projects from autogenerated documentation. git-svn-id: https://svn.dealii.org/trunk@2039 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/Makefile | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/deal.II/doc/auto/Makefile b/deal.II/doc/auto/Makefile index 4b1d58b481..899c8ca2a7 100644 --- a/deal.II/doc/auto/Makefile +++ b/deal.II/doc/auto/Makefile @@ -18,23 +18,14 @@ kdoc.numerics = $(shell echo ../../deal.II/include/numerics/*.h) # deal.II library into just one file 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/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.dealII-files) \ - kdoc/transport.kdoc \ - kdoc/wave-equation.kdoc +kdoc.library-files = kdoc/base.kdoc \ + kdoc/lac.kdoc \ + kdoc/basic.kdoc \ + kdoc/grid.kdoc \ + kdoc/dof.kdoc \ + kdoc/numerics.kdoc + ########################################################################## # End of changeable section # ########################################################################## @@ -107,8 +98,8 @@ $(kdoc.library-files.rerun): $($(subst /,.,$(subst .kdoc.rerun,,$@)):../..%=../../..%) -kdoc/names.html: $(kdoc.dealII-files) - @perl scripts/index.pl $(kdoc.dealII-files) > kdoc/names.html +kdoc/names.html: $(kdoc.libray-files) + @cd kdoc ; perl ../scripts/index.pl *.kdoc > names.html -- 2.39.5