From: bangerth Date: Tue, 16 Aug 2011 16:13:48 +0000 (+0000) Subject: When creating the plain version of tutorial programs for the website, we kept X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869cfa9bf67a3978f22d6aa1f7af69321004a9b0;p=dealii-svn.git When creating the plain version of tutorial programs for the website, we kept appending to the previous version. Fix this: overwrite the previous version. git-svn-id: https://svn.dealii.org/trunk@24099 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 53ea60e254..564aaa6d05 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -116,7 +116,7 @@ $(example-dox-prog): $(example-plain): @echo ================== Making $@ - @cat $D/examples/$(call get_basename, $(@F))/*cc | $(PERL) program2plain >> $@ + @cat $D/examples/$(call get_basename, $(@F))/*cc | $(PERL) program2plain > $@ $(example-dox-plain): @echo ================== Making $@