]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Ack, dir names do not match API doc names.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Apr 2000 16:55:27 +0000 (16:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Apr 2000 16:55:27 +0000 (16:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@2665 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/Makefile.in

index b3aa19294755575be4bf6aaa5dc3fd52cfffa3a7..51cdd9e4a009d648ad18f0ccf4b6758208eb6a7f 100644 (file)
@@ -44,6 +44,8 @@ validate-xrefs:
 
 
 # generate a class index from each of the various include directories
+# note that both include dirs deal.II/include/{dofs,fe} are mapped to
+# API library `dof'
 class_index.html: $(shell echo $D/base/include/base/*.h \
                                $D/lac/include/lac/*.h   \
                                $D/deal.II/include/*/*.h)
@@ -73,7 +75,13 @@ class_index.html: $(shell echo $D/base/include/base/*.h \
          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!.*/!!;'`" ; \
+            dirbasename="`echo $$dir | $(PERL) -p -e 's!.*/!!;'`" ;  \
+           if test $$dirbasename = dofs; then                       \
+             dirbasename=dof;                                       \
+           fi;                                                      \
+           if test $$dirbasename = fe; then                         \
+             dirbasename=dof;                                       \
+           fi;                                                      \
            echo "<h3><a href=\"auto/kdoc/$$dirbasename/index.html\""\
                  " target=\"body\">"                                 \
                  "$$dirbasename sub-library</a></h3>\n\n" >> $@ ;    \

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.