]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
Revert "Makefile: make custom-entities.ent depend on Makefile.am"
authorDaniel Mack <daniel@zonque.org>
Fri, 29 May 2015 22:59:22 +0000 (00:59 +0200)
committerDaniel Mack <daniel@zonque.org>
Fri, 29 May 2015 23:04:18 +0000 (01:04 +0200)
commit0689798a9009f1be25d162a533e0d14094e9b5bd
treea8863670099021e31dc5c7acd95d327ef6ee86e5
parentce1daea1d1d9380c6ff71f0ee9f9e4eba20c9f2a
Revert "Makefile: make custom-entities.ent depend on Makefile.am"

This reverts commit 6096d9cc. As discussed on the mailing list, we
should accept some formal incorrectness in the dependency here, and
not rebuild the man pages every time Makefile.am changes - xsltproc
is simply too expensive.

Instead, let's move man/custom-entities.ent from DISTCLEANFILES to
CLEANFILES, so a 'make clean' is sufficient to actually make changes
in Makefile.am efficient for the contents of the man pages.
Makefile.am