aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 00000000..2d008717
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,24 @@
+##
+## Makefile for Proof General doc directory.
+##
+## Author: David Aspinall <da@dcs.ed.ac.uk>
+##
+## Maintainer: Proof General maintainer <proofgen@dcs.ed.ac.uk>
+##
+## $Id$
+##
+###########################################################################
+##
+## Use:
+## make info,dvi,pdf,html - build respective docs from texi source.
+## make doc - make default kinds of doc (dvi, info).
+##
+###########################################################################
+
+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" $@
+