diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-22 00:31:08 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-22 00:31:08 +0000 |
commit | 8de13aed8707112c944d9546106bf5b0ec1f97ef (patch) | |
tree | 4de0be52866d1235ce98d7433f4f1e4a162f2ccf /Makefile.am | |
parent | 24083e8f076c7d437245864719d109f296f7ca9c (diff) |
2006-10-21 Havoc Pennington <hp@redhat.com>
* 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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |