summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-19 16:07:10 +0100
committerBruno Haible <bruno@clisp.org>2016-11-19 16:07:10 +0100
commitda47220e1f36796a9e88c1245e64b243d4a9487d (patch)
tree4012b749ed0e39668e96378ba933130e5883fd97
parent1a05152538ca432ff7187f9cf84810ceaf240658 (diff)
downloadgperf-da47220e1f36796a9e88c1245e64b243d4a9487d.tar.gz
doc: Don't generate Postscript-formatted doc by default.
-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