Makefile revision 17400
9725N/A# Makefile for generateing man page tarballs that are used in each of the 9725N/A# "make" : Rebuilds all man page tarballs 9725N/A# "make check-used" : Outputs list of man pages not being used. 9725N/A# "make check-version" : Prints current man page tarball version 9725N/A# will only generate SUNWgnome-panel's man page tarball 9725N/A# For each package that contains man pages. 9725N/A# - Ensure all relevant man pages for your package are located under the 9725N/A# - Add Package name to PACKAGES Variable 9725N/A# - Add two package specific variables 9725N/A# PACKAGE - Full path of all manpages for this package with section 9725N/A# To Add new man pages to existing packages 9725N/A# ----------------------------------------- 9725N/A# Put very simply, all that is required from engineers is to make some changes 9725N/A# - Ensure the man page exists in SVN under the relevant man page section sub 9725N/A# - Add man page to the SUNW<package>_PAGES Makefile variable 9725N/A# e.g. For a new gnome-panel man page it would be added to 9725N/A# This will re-generate all man page tarballs. 9725N/A# - Copy newly generated tarball from sun-manpage-tarballs to package build 9725N/A# - New man page tarball will be generated by RE for each nightly, and for each 9725N/A# MANPAGE_VERSION is maintained by RE and only gets bumped when spec-files gets 9725N/A# branched. PLEASE do not change this. 9838N/A @
test -x
$(GZIP) ||
echo "gzip utility not found" 10017N/A echo "Following Manpages are not being used in any SUNW package :"; \
10017N/A echo "All man pages are being used"; \