From da47220e1f36796a9e88c1245e64b243d4a9487d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 Nov 2016 16:07:10 +0100 Subject: doc: Don't generate Postscript-formatted doc by default. --- ChangeLog | 5 +++++ doc/Makefile.in | 4 ++-- 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 + + doc: Don't generate Postscript-formatted doc by default. + * doc/Makefile.in (all): Don't depend on 'ps'. + 2014-10-15 Eric Blake 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 # and Bruno Haible . # @@ -63,7 +63,7 @@ SHELL = /bin/sh VPATH = $(srcdir) -all : info ps pdf html man +all : info pdf html man info : $(srcdir)/gperf.info -- cgit v1.2.1