From: wolf
Date: Mon, 3 Apr 2000 16:49:06 +0000 (+0000)
Subject: Auto-generate a list of classes sorted by sub-library.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc45bb344294fd84b6a5ae0fd8ef261e332e275;p=dealii-svn.git
Auto-generate a list of classes sorted by sub-library.
git-svn-id: https://svn.dealii.org/trunk@2664 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/Makefile.in b/deal.II/doc/Makefile.in
index d5cfedd676..b3aa192947 100644
--- a/deal.II/doc/Makefile.in
+++ b/deal.II/doc/Makefile.in
@@ -10,7 +10,7 @@ include $D/common/Make.global_options
# generic targets
-default: autogen-doc tutorial development glossary validate-xrefs
+default: autogen-doc tutorial development glossary class_index.html validate-xrefs
all: default autogen-doc-all
@@ -43,11 +43,64 @@ validate-xrefs:
cd publications ; $(MAKE) validate-xrefs
+# generate a class index from each of the various include directories
+class_index.html: $(shell echo $D/base/include/base/*.h \
+ $D/lac/include/lac/*.h \
+ $D/deal.II/include/*/*.h)
+ @echo '\n \
+ \n\
+ \n\
+ \n\
+ \n\
+ The deal.II Homepage\n\
+ \n\
+ \n\
+ \n\
+ \n\n' > $@
+ @echo "
Class index for sub-libraries and their API references
" \
+ >> $@
+ @echo "This file contains a list of classes in the different sub-libraries.\n" \
+ "Use this file if you are looking for the documentation of a\n" \
+ " certain class and are unsure\n" \
+ "in which API documentation to find the corresponding reference.\n" \
+ "
" \
+ "This file is automatically generated, so please excuse the strange layout.\n" \
+ >> $@
+ for dir in $D/base/include/base \
+ $D/lac/include/lac \
+ $(shell echo $D/deal.II/include/*); do \
+ if test -d $$dir -a \
+ ! "`echo $$dir | $(PERL) -p -e 's!.*/!!;'`" = CVS; then \
+ echo "Creating class index for $$dir" ; \
+ dirbasename="`echo $$dir | $(PERL) -p -e 's!.*/!!;'`" ; \
+ echo "