summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
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 ==========