about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-16 15:53:03 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-16 15:53:03 +0000
commitd8ce9807d4e2aaf29b709e707ed948c757c3ef3b (patch)
tree7042dad0cd2d8fa7f199a13a410f2c63b8f528d4 /Makefile.in
parenta259e097b5374f1a7f2774e8cf2787ac132318c3 (diff)
downloadzsh-d8ce9807d4e2aaf29b709e707ed948c757c3ef3b.tar.gz
zsh-d8ce9807d4e2aaf29b709e707ed948c757c3ef3b.tar.xz
zsh-d8ce9807d4e2aaf29b709e707ed948c757c3ef3b.zip
22721: add pdf target to top Makefile.in
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 99f5544f5..de77f4f0a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,7 +53,7 @@ prep:
 META-FAQ: FORCE
 	@cd Doc && $(MAKE) $(MAKEDEFS) ../META-FAQ
 
-dvi ps html info:
+dvi ps html info pdf:
 	@cd Doc && $(MAKE) $(MAKEDEFS) $@
 
 # ========== DEPENDENCIES FOR INSTALLING ==========