1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

doc: Don't generate Postscript-formatted doc by default.

This commit is contained in:
Bruno Haible
2016-11-19 16:07:10 +01:00
parent 1a05152538
commit da47220e1f
2 changed files with 7 additions and 2 deletions

View File

@@ -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> 2014-10-15 Eric Blake <eblake@redhat.com>
doc: fix invalid use of @itemx doc: fix invalid use of @itemx

View File

@@ -1,6 +1,6 @@
# Makefile for gperf/doc # 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> # Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>. # and Bruno Haible <bruno@clisp.org>.
# #
@@ -63,7 +63,7 @@ SHELL = /bin/sh
VPATH = $(srcdir) VPATH = $(srcdir)
all : info ps pdf html man all : info pdf html man
info : $(srcdir)/gperf.info info : $(srcdir)/gperf.info