From 8de13aed8707112c944d9546106bf5b0ec1f97ef Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 22 Oct 2006 00:31:08 +0000 Subject: 2006-10-21 Havoc Pennington * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in the tarball if packagers want to run it * cleanup-man-pages.sh: Add a script which munges all the internal API man pages out of the Doxygen output. This reduces the size of the installed man pages from 7 to 2 megs, and avoids namespace-polluting pages. Right now (like Doxygen) this script isn't in the build, it's something packagers can do manually. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 118cbeea..f1101ed7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,8 @@ DISTCLEANFILES = \ EXTRA_DIST = \ HACKING \ - dbus-1.pc.in + dbus-1.pc.in \ + cleanup-man-pages.sh all-local: Doxyfile -- cgit