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