From 10a71af9f546fec044dca5c0691e6fb01501e914 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 3 Mar 2000 09:40:21 +0000 Subject: [PATCH] Remove facilities for doc++ HTML output. git-svn-id: https://svn.dealii.org/trunk@2543 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/deal.II/doc/auto/Makefile b/deal.II/doc/auto/Makefile index 375c7da6fd..573cd33820 100644 --- a/deal.II/doc/auto/Makefile +++ b/deal.II/doc/auto/Makefile @@ -125,28 +125,6 @@ latex/deal_II_technical_reference.tex: latex/base.tex1 latex/lac.tex1 latex/deal -################################################################################# -## targets for DOC++ generated HTML output -################################################################################# -doc++: doc++/base/index.html doc++/lac/index.html doc++/dealII/index.html - -# generate one of the html-output files; this needs the respective -# include file for DOC++ -# -# delete the .doc++ files immediately again, since they are no more -# used and since this forces make to re-make the .html-file each time -# we ask for it; the right way to do so would be to use dependencies, -# but it is hard to compute them from the '%'-sign used in the rule -doc++/%/index.html: %.doc++ - cp $^ $(patsubst %/index.html,%,$@) - cd $(patsubst %/index.html,%,$@) ; $(PERL) -pi -e 's!: ../!: ../../!g;' $^ - cd $(patsubst %/index.html,%,$@) ; $(DOCPP) -p -H -u -G -S -a $^ - cd $(patsubst %/index.html,%,$@) ; rm $^ - rm $^ - - - - ################################################################################# ## administrativa ################################################################################# -- 2.39.5