diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2006-09-16 15:53:03 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2006-09-16 15:53:03 +0000 |
commit | d8ce9807d4e2aaf29b709e707ed948c757c3ef3b (patch) | |
tree | 7042dad0cd2d8fa7f199a13a410f2c63b8f528d4 | |
parent | a259e097b5374f1a7f2774e8cf2787ac132318c3 (diff) | |
download | zsh-d8ce9807d4e2aaf29b709e707ed948c757c3ef3b.tar.gz zsh-d8ce9807d4e2aaf29b709e707ed948c757c3ef3b.tar.xz zsh-d8ce9807d4e2aaf29b709e707ed948c757c3ef3b.zip |
22721: add pdf target to top Makefile.in
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3ef5d0d54..28384a226 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 ========== |