aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-28 12:11:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-28 12:11:35 +0000
commit53a1fb897b8ca95c20d0d4dd54da412445a781bb (patch)
tree43caa33d9981188736574234f588e22764dbec02 /doc/Makefile
parentefb1c6f2357cb2088ca3a4c75b59523b750398ed (diff)
Add default target
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 0cd02947..2d008717 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -15,6 +15,9 @@
##
###########################################################################
+default:
+ $(MAKE) doc
+
%:
make -f Makefile.doc DOCNAME=PG-adapting MAKE="make -f Makefile.doc" $@
make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" $@