From: bangerth Date: Tue, 6 Mar 2007 19:50:57 +0000 (+0000) Subject: Let 'doc' be an alias to 'online-doc', since one so often forgets what exactly the... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f40764705097441a1b43e537abc366197247474;p=dealii-svn.git Let 'doc' be an alias to 'online-doc', since one so often forgets what exactly the target was. git-svn-id: https://svn.dealii.org/trunk@14525 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index fb10fc8ba1..1608b5a047 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -110,7 +110,7 @@ contrib: $(subst no,,$(subst yes,base,$(USE_CONTRIB_HSL))) \ contrib-functionparser: @cd $D/contrib && $(MAKE) functionparser -online-doc: +online-doc doc: cd $D/doc && $(MAKE) @echo @echo @@ -253,7 +253,7 @@ build-test-do: .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \ - online-doc printable-doc tex-doc contrib \ + online-doc doc printable-doc tex-doc contrib \ clean clean-contrib clean-base clean-lac clean-dealII \ clean-doc clean-examples clean-lib clean-tests clean-common-scripts \ distclean \