]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Further work on latex output.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Apr 1999 17:36:14 +0000 (17:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Apr 1999 17:36:14 +0000 (17:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@1155 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/Makefile

index 738a00b351248e7588d7e902c8170f81eab9ab8b..121b69ea7d22694411a992568e26c9fa019ca796 100644 (file)
@@ -19,7 +19,7 @@ kdoc.num  = $(wildcard ../../deal.II/include/numerics/*.h)
 
 # for latex-output, we join the different libraries of the
 # deal.II library into just one file
-kdoc.deal_II = $(kdoc.basic) $(kdoc.grid) $(kdoc.dof) $(kdoc.num)
+kdoc.dealII = $(kdoc.basic) $(kdoc.grid) $(kdoc.dof) $(kdoc.num)
 
 # user projects. the projects should be independant of each other, so
 # we need not take care of cross-dependencies each time 
@@ -116,7 +116,7 @@ kdoc/names.html: $(kdoc.libray-files)
 # but it is hard to compute them from the '%'-sign used in the rule
 %.tex: %.doc++
        $(DOCPP) -p -t -u -o $@ -ep a4wide $<
-       rm $^
+#      rm $^
 
 
 # generate temporary files from the doc++-latex-output which have
@@ -127,16 +127,19 @@ kdoc/names.html: $(kdoc.libray-files)
         perl scripts/process-tex        | \
         perl -pi -e 's/cxx\./$(basename $(notdir $@)).cxx./g;' > $@
 
-latex/abc.tex: latex/base.tex1 latex/lac.tex1 latex/deal_II.tex1
+latex/abc.tex: latex/base.tex1 latex/lac.tex1 latex/dealII.tex1
        @cat latex/header.tex                              > $@
        @echo "\\\\chapter{Base library}"                 >> $@
+       @echo "\\\\def\\\\presentlib{base}                >> $@
        @cat latex/base.tex1                              >> $@
        @echo "\\\\chapter{Linear algebra library}"       >> $@
+       @echo "\\\\def\\\\presentlib{lac}                 >> $@
        @cat latex/lac.tex1                               >> $@
        @echo "\\\\chapter{deal.II library}"              >> $@
-       @cat latex/deal_II.tex1                           >> $@
+       @echo "\\\\def\\\\presentlib{dealII}              >> $@
+       @cat latex/dealII.tex1                            >> $@
        @cat latex/footer.tex                             >> $@
-       rm $^
+#      rm $^
 
 
 
@@ -144,10 +147,12 @@ latex/abc.tex: latex/base.tex1 latex/lac.tex1 latex/deal_II.tex1
 %.dvi: %.tex
        cd latex ; latex $(notdir $<)
        cd latex ; latex $(notdir $<)
-       -rm $(subst .tex,.toc,$<)
+       -rm $(subst .tex,.log,$<)
+       -rm $(subst .tex,.aux,$<)
 
 clean:
-       -rm -f kdoc/names.html kdoc/*.kdoc kdoc/*/*.html cvs-backlog/*.html latex/*
+       -rm -f kdoc/names.html kdoc/*.kdoc kdoc/*/*.html cvs-backlog/*.html \
+               latex/base.* latex/lac.* latex/dealII.*
 
 
-.PHONY: default all kdoc $(kdoc.library-files) $(kdoc.library-files.rerun) clean
\ No newline at end of file
+.PHONY: default all kdoc $(kdoc.library-files) $(kdoc.library-files.rerun) clean

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.