summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 12600c9..eee841f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-19 Bruno Haible <bruno@clisp.org>
+
+ doc: Don't generate Postscript-formatted doc by default.
+ * doc/Makefile.in (all): Don't depend on 'ps'.
+
2014-10-15 Eric Blake <eblake@redhat.com>
doc: fix invalid use of @itemx
diff --git a/doc/Makefile.in b/doc/Makefile.in
index bca44f5..b90bb94 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for gperf/doc
-# Copyright (C) 1998, 2000, 2002-2003, 2007, 2012 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000, 2002-2003, 2007, 2012, 2016 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>.
#
@@ -63,7 +63,7 @@ SHELL = /bin/sh
VPATH = $(srcdir)
-all : info ps pdf html man
+all : info pdf html man
info : $(srcdir)/gperf.info