From: Wolfgang Bangerth Date: Fri, 3 Mar 2000 09:40:21 +0000 (+0000) Subject: Remove facilities for doc++ HTML output. X-Git-Tag: v8.0.0~20821 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d1f14bbe231a2f0aa52e34eff4f6c923c949591;p=dealii.git Remove facilities for doc++ HTML output. git-svn-id: https://svn.dealii.org/trunk@2543 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 #################################################################################