From: wolf Date: Thu, 13 Jan 2000 21:18:56 +0000 (+0000) Subject: Globalize paths. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d8e22e5caf2f4280c752d964b4542312b02de3;p=dealii-svn.git Globalize paths. git-svn-id: https://svn.dealii.org/trunk@2224 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 d98147512a..6e0a7d0617 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 ../../../deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc) \ + @cat $D/deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc) \ | $(PERL) program2html \ >> $@ @cat $(@:.html=.data/results.html) >> $@ @@ -34,7 +34,7 @@ $(example-sgmls): @echo ================== Assembling $@ @cat $(@:.sgml=.data/intro.html) >> $@ @echo "" >> $@ - @cat ../../../deal.II/examples/step-by-step/$(@:.sgml=)/$(@:.sgml=.cc) \ + @cat $D/deal.II/examples/step-by-step/$(@:.sgml=)/$(@:.sgml=.cc) \ | $(PERL) program2html \ >> $@ @echo "" >> $@