From: Guido Kanschat Date: Thu, 24 Jun 2010 21:00:58 +0000 (+0000) Subject: some documentation on making maps X-Git-Tag: v8.0.0~5936 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f6615041be0f933917ea4b33d60a05fe127c2c;p=dealii.git some documentation on making maps git-svn-id: https://svn.dealii.org/trunk@21333 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index ae19cd72fb..dd36756f03 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -39,6 +39,15 @@ get_basename = $(shell echo $(1) | $(PERL) -pi -e 's/(generated|doxygen).//g; s/ all: $(example-doxygen) toc.html +# Generation of the map of the example programs. Note, that the +# following command only merges the map into toc.html. The map itself +# is not generated automatically, but requires to call +# +# make steps.png +# +# by hand. This way, we avoid testing for neato during +# configuration. The map only needs to be generated after changes in +# the structure of the tutorials. toc.html: steps.cmapx toc.html.in @echo ================== Making $@ @perl make_toc.pl > toc.html