From 3ea2ad2e2d241f199c6f98d12de3eb259ab4019c Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 13:23:41 +0000 Subject: [PATCH] Add erroneously removed @ sign again. git-svn-id: https://svn.dealii.org/trunk@2512 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile index a491d47763..2efcb2b41f 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -16,7 +16,7 @@ $(example-htmls): @echo ================== Assembling $@ @cat head.html > $@ @cat $(@:.html=.data/intro.html) >> $@ - cat $D/examples/$(@:.html=)/$(@:.html=.cc) \ + @cat $D/examples/$(@:.html=)/$(@:.html=.cc) \ | $(PERL) program2html \ >> $@ @cat $(@:.html=.data/results.html) >> $@ -- 2.39.5