From 435087a02c94f7a1711825a263268799388dfeca Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 29 Feb 2004 23:54:11 +0000 Subject: Add man page, remove ps file from distrib. --- doc/Makefile | 7 +++++++ doc/Makefile.doc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 2d008717..4c29a546 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -22,3 +22,10 @@ default: make -f Makefile.doc DOCNAME=PG-adapting MAKE="make -f Makefile.doc" $@ make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" $@ +## +## man page for proofgeneral script +## +# man: proofgeneral.1 +# +#proofgeneral.1: ../bin/proofgeneral +# help2man --output=$@ ../bin/proofgeneral diff --git a/doc/Makefile.doc b/doc/Makefile.doc index ad055cb0..7b7dd233 100644 --- a/doc/Makefile.doc +++ b/doc/Makefile.doc @@ -119,7 +119,7 @@ all: dvi ps html info pdf ## ## dist: build distribution targets ## -dist: info html psz pdf +dist: info html pdf dvi: ProofGeneralPortrait.eps $(DOCNAME).dvi ps: dvi $(DOCNAME).ps -- cgit v1.2.3