aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile
blob: 2d0087176689160184cdff864be1af68b2e72870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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" $@