From 869cfa9bf67a3978f22d6aa1f7af69321004a9b0 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Aug 2011 16:13:48 +0000 Subject: [PATCH] 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 --- deal.II/doc/doxygen/tutorial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.39.5