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