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