diff options
| author | David Aspinall | 2004-02-29 23:54:11 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-02-29 23:54:11 +0000 |
| commit | 435087a02c94f7a1711825a263268799388dfeca (patch) | |
| tree | 3ead411d32819c71b5916f72e9f8bd6004306f9c | |
| parent | b25083cc569fb69326a09c68f3dae81a879367de (diff) | |
Add man page, remove ps file from distrib.
| -rw-r--r-- | doc/Makefile | 7 | ||||
| -rw-r--r-- | doc/Makefile.doc | 2 |
2 files changed, 8 insertions, 1 deletions
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 |
