1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

build: Fix "make maintainer-clean".

* doc/Makefile.in (maintainer-clean): Remove also gperf.1.
This commit is contained in:
Bruno Haible
2024-07-21 22:50:29 +02:00
parent fcb7fc41c4
commit 634824575d
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2024-07-21 Bruno Haible <bruno@clisp.org>
build: Fix "make maintainer-clean".
* doc/Makefile.in (maintainer-clean): Remove also gperf.1.
2024-06-12 Collin Funk <collin.funk1@gmail.com> 2024-06-12 Collin Funk <collin.funk1@gmail.com>
doc: Make the detailed menu title appear as intended. doc: Make the detailed menu title appear as intended.

View File

@@ -1,6 +1,6 @@
# Makefile for gperf/doc # Makefile for gperf/doc
# Copyright (C) 1998, 2000, 2002-2003, 2006-2007, 2012, 2016 Free Software Foundation, Inc. # Copyright (C) 1998, 2000, 2002-2003, 2006-2007, 2012, 2016, 2023-2024 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>.
# #
@@ -160,7 +160,7 @@ distclean : clean
$(RM) config.status config.log config.cache Makefile $(RM) config.status config.log config.cache Makefile
maintainer-clean : distclean maintainer-clean : distclean
$(RM) *.info *.dvi *.ps *.pdf *.html $(RM) *.info *.dvi *.ps *.pdf *.html *.1
# List of source files. # List of source files.
SOURCE_FILES = \ SOURCE_FILES = \