diff options
author | Jeremy C. Reed <jreed@ISC.org> | 2012-08-31 21:50:09 +0200 |
---|---|---|
committer | Jeremy C. Reed <jreed@ISC.org> | 2012-08-31 21:50:09 +0200 |
commit | 70b15138139170a7d94323ad80628ed1865e5176 (patch) | |
tree | 927114aaba5fd420d425f5e50a4269bac90eb371 /src/bin/dbutil/Makefile.am | |
parent | [master] fix some changelog formatting for previous entry (diff) | |
download | kea-70b15138139170a7d94323ad80628ed1865e5176.tar.xz kea-70b15138139170a7d94323ad80628ed1865e5176.zip |
[master] use MAINTAINERCLEANFILES for man pages
Use "make maintainer-clean" instead of "make distclean" to remove the manpages.
This fixes problem where enduser using tarball does a "make clean"
and loses the maintainer-tarball-provided manpages.
Diffstat (limited to 'src/bin/dbutil/Makefile.am')
-rw-r--r-- | src/bin/dbutil/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dbutil/Makefile.am b/src/bin/dbutil/Makefile.am index 701ee799f3..62628e2e06 100644 --- a/src/bin/dbutil/Makefile.am +++ b/src/bin/dbutil/Makefile.am @@ -14,7 +14,7 @@ CLEANFILES = b10-dbutil b10-dbutil.pyc CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.py CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyc CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyo -CLEANFILES += $(man_MANS) +MAINTAINERCLEANFILES += $(man_MANS) if GENERATE_DOCS |