Makefile revision 18117
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# Makefile for generateing man page tarballs that are used in each of the
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews# SUNW*.spec files
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Generates : $(PACKAGE)-manpages-$(MANPAGE_VERSION).tar.gz
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# e.g. sun-manpage-tarballs/*.tar.gz
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# "make" : Rebuilds all man page tarballs
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# "make check-used" : Outputs list of man pages not being used.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# "make check-version" : Prints current man page tarball version
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# "make $(PACKAGE)-manpages-$(MANPAGE_VERSION).tar.gz
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# e.g. "make SUNWgnome-panel-manpages-0.1.tar.gz"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# will only generate SUNWgnome-panel's man page tarball
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# For each package that contains man pages.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# - Ensure all relevant man pages for your package are located under the
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# correct man page section dir i.e.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# - Add Package name to PACKAGES Variable
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# e.g. PACKAGES = \
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# SUNWgnome-panel \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# SUNWyour-package
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# - Add two package specific variables
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# PACKAGE_PAGES - Full path of all manpages for this package
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# e.g. SUNWgnome-panel_PAGES = man1/gnome-panel.1 etc...
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# PACKAGE.PAGES - Assigned to $(PACKAGE_PAGES).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# e.g. SUNWgnome-panel.PAGES: $(SUNWgnome-panel_PAGES)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# To Add new man pages to existing packages
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# -----------------------------------------
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Put very simply, all that is required from engineers is to make some changes
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and commit in SVN.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# - Ensure the man page exists in SVN under the relevant man page section sub
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# - Add man page to the SUNW<package>_PAGES Makefile variable
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# e.g. For a new gnome-panel man page it would be added to
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# SUNWgnome-panel_PAGES
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# - Remake tarballs
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# This will re-generate all man page tarballs.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# - Copy newly generated tarball from sun-manpage-tarballs to package build
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# sources e.g. /jds/packages/SOURCES, and ensure package builds and manpages
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# install correctly.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# - New man page tarball will be generated by RE for each nightly, and for each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# milestone build.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# - Commit change back to subverison, e.g. new/amended man pagees,
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Solaris/manpages/Makefile, Solaris/S*.spec files if affected.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# MANPAGE_VERSION is maintained by RE and only gets bumped when spec-files gets
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# branched. PLEASE do not change this.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWevolution-libs.PAGES: $(SUNWevolution-libs_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWevolution-exchange.PAGES: $(SUNWevolution-exchange_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWevolution-data-server.PAGES: $(SUNWevolution-data-server_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWevolution-webcal.PAGES: $(SUNWevolution-webcal_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-a11y-dasher.PAGES: $(SUNWgnome-a11y-dasher_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-a11y-gok.PAGES: $(SUNWgnome-a11y-gok_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-a11y-libs.PAGES: $(SUNWgnome-a11y-libs_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-a11y-mousetweaks.PAGES: $(SUNWgnome-a11y-mousetweaks_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-a11y-reader.PAGES: $(SUNWgnome-a11y-reader_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-a11y-speech.PAGES: $(SUNWgnome-a11y-speech_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-a11y-poke.PAGES: $(SUNWgnome-a11y-poke_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-archive-mgr.PAGES: $(SUNWgnome-archive-mgr_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWlibgnomecanvas.PAGES: $(SUNWlibgnomecanvas_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-base-libs-java.PAGES: $(SUNWgnome-base-libs-java_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-calculator.PAGES: $(SUNWgnome-calculator_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-character-map.PAGES: $(SUNWgnome-character-map_PAGES)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserSUNWgnome-common-devel.PAGES: $(SUNWgnome-common-devel_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-component.PAGES: $(SUNWgnome-component_PAGES)
6758b59e57af88bdf466e63c0856043df44f8dd0Tinderbox UserSUNWgnome-config-editor.PAGES: $(SUNWgnome-config-editor_PAGES)
909a8e59a460dd24588b857976abddbbab9894caTinderbox UserSUNWgnome-config.PAGES: $(SUNWgnome-config_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-crash-report.PAGES: $(SUNWgnome-crash-report_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-desktop-prefs.PAGES: $(SUNWgnome-desktop-prefs_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-dialog.PAGES: $(SUNWgnome-dialog_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-display-mgr.PAGES: $(SUNWgnome-display-mgr_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-file-mgr.PAGES: $(SUNWgnome-file-mgr_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-gtksourceview.PAGES: $(SUNWgnome-gtksourceview_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-help-viewer.PAGES: $(SUNWgnome-help-viewer_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-hex-editor.PAGES: $(SUNWgnome-hex-editor_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-im-client.PAGES: $(SUNWgnome-im-client_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-meeting.PAGES: $(SUNWgnome-meeting_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-img-viewer.PAGES: $(SUNWgnome-img-viewer_PAGES)
a179cbdf652095d00e7774320592f25eab0210d8Tinderbox UserSUNWgnome-media-apps.PAGES: $(SUNWgnome-media-apps_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-media-player.PAGES: $(SUNWgnome-media-player_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-media.PAGES: $(SUNWgnome-media_PAGES)
742cb92338832aeaf4d5abb81b27c5e13541ca99Tinderbox UserSUNWgnome-menu-editor.PAGES: $(SUNWgnome-menu-editor_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-panel.PAGES: $(SUNWgnome-panel_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-pdf-viewer.PAGES: $(SUNWgnome-pdf-viewer_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-removable-media.PAGES: $(SUNWgnome-removable-media_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-remote-desktop.PAGES: $(SUNWgnome-remote-desktop_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-session.PAGES: $(SUNWgnome-session_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-system-tools.PAGES: $(SUNWgnome-system-tools_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-system-monitor.PAGES: $(SUNWgnome-system-monitor_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-terminal.PAGES: $(SUNWgnome-terminal_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-text-editor.PAGES: $(SUNWgnome-text-editor_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-ui-designer.PAGES: $(SUNWgnome-ui-designer_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWgnome-devhelp.PAGES: $(SUNWgnome-devhelp_PAGES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserSUNWgnome-power-manager.PAGES: $(SUNWgnome-power-manager_PAGES)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntSUNWprint-monitor.PAGES: $(SUNWprint-monitor_PAGES)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinSUNWvirt-manager.PAGES: $(SUNWvirt-manager_PAGES)
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox UserSUNWxdg-user-dirs.PAGES: $(SUNWxdg-user-dirs_PAGES)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinSUNWxdg-user-dirs-gtk.PAGES: $(SUNWxdg-user-dirs-gtk_PAGES)
SUNWliboil_PAGES = \
SUNWglibmm_PAGES = \
SUNWsigcpp_PAGES = \
SUNWgnutls_PAGES = \
SUNWgtkmm_PAGES = \
SUNWespeak_PAGES = \
SUNWw3m_PAGES = \
SUNWlibgsf_PAGES = \
SUNWdia_PAGES = \
SUNWdrivel_PAGES = \
SUNWbabl_PAGES = \
SUNWgegl_PAGES = \
@if test -f $(TARBALL_DIR)/$@; then \
echo " $$base_manpage"; \
echo " install --mode=0644 \$$\$$mp \$$(DESTDIR)\$$(MAN"$$mantype"DIR); \\" >> $(MANPAGE_DIR)/Makefile; \
@if test -f unused-manpages.txt; then \
@echo $(MANPAGE_VERSION)