1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-09 00:56:17 +02:00

22721: add pdf target to top Makefile.in

This commit is contained in:
Andrey Borzenkov 2006-09-16 15:53:03 +00:00
parent a259e097b5
commit d8ce9807d4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-09-16 Andrey Borzenkov <bor@zsh.org>
* 22721: Makefile.in: add pdf target
2006-09-15 Clint Adams <clint@zsh.org>
* 22719: configure.ac: check for RLIMIT_NICE and

View File

@ -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 ==========