summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 14e6b578b1..5120e4a223 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,7 +6,7 @@ include Make.config
BASEDIR=$(shell pwd)
-all: env info html ps
+all: env info html ps pdf
# find $(WWW_INSTALL) -type f | xargs -e chmod 444
# find $(WWW_INSTALL) -type d | xargs -e chmod 555
@@ -31,9 +31,15 @@ info: env
html: env
./do_docs $(BASEDIR) html
+dvi: dirs env
+ ./do_docs $(BASEDIR) dvi
+
ps: dirs env
./do_docs $(BASEDIR) ps
+pdf: dirs env
+ ./do_docs $(BASEDIR) pdf
+
clean:
./do_docs $(BASEDIR) clean
cd tools/bmenu ; gmake clean