[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build from tarball uses makeinfo
|
From: |
Bruno Haible |
|
Subject: |
Re: build from tarball uses makeinfo |
|
Date: |
Sat, 20 Feb 2021 02:56:06 +0100 |
|
User-agent: |
KMail/5.1.3 (Linux/4.4.0-201-generic; KDE/5.18.0; x86_64; ; ) |
> > * doc/Makefile.am (EXTRA_DIST): Add poke.text.
> > (poke.text): Generate in the source directory.
> > (MOSTLYCLEANFILES): New variable.
> > (clean-local): Remove target.
Pushed with a small tweak: poke.text belongs in MAINTAINERCLEANFILES,
not in MOSTLYCLEANFILES (since 'make clean' should not erase files that
are distributed in the tarball).
Bruno