aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 32c5bcc1..80839a17 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -65,11 +65,12 @@ EMACS = xemacs -batch
doc: dvi info
##
-## all : build dvi, html, info
+## all : build dvi, ps, html, info
##
-all: dvi html info
+all: dvi ps html info
dvi: $(DOCNAME).dvi
+ps: $(DOCNAME).ps
pdf: $(DOCNAME).pdf
html: $(DOCNAME).html
info: $(DOCNAME).info