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

Turn doc/gperf.1 into a distributed built file.

This commit is contained in:
Bruno Haible
2012-07-01 15:38:51 +02:00
parent 95f922bb7e
commit b22158f593
7 changed files with 34 additions and 229 deletions

View File

@@ -1,3 +1,18 @@
2012-07-01 Bruno Haible <bruno@clisp.org>
Turn doc/gperf.1 into a distributed built file.
* doc/gperf.1: Remove file.
* Makefile.devel (doc/gperf.1): Remove rule.
(all): Don't depend on it.
* doc/Makefile.in (man, gperf.1, gperf.1-update): New rules.
(all): Depend on man.
(distdir): Depend on gperf.1-update.
(GENERATED_FILES): Remove gperf.1.
(DISTRIBUTED_BUILT_FILES): Add gperf.1.
* doc/.gitignore: Add gperf.1.
* configure (AC_INIT): Rely on doc/gperf.texi, not doc/gperf.1.
* doc/configure (AC_INIT): Rely on gperf.texi, not gperf.1.
2012-07-01 Bruno Haible <bruno@clisp.org>
Remove distributed built files from version control.