Makefile revision 10201
10201N/A##
10201N/A# Convenience Makefile.
10201N/A#
10201N/A# Usage :
10201N/A#
10201N/A# "make clean" : Clean up sun-po and manpages directories
10201N/A# "make" : Build the po and manpage files
10201N/A#
10201N/A
10201N/Aall: subdirectories
10201N/A
10201N/Asubdirectories:
10201N/A $(MAKE) -C po-sun
10201N/A $(MAKE) -C manpages
10201N/A @echo
10201N/A @echo "NOTE:"
10201N/A @echo " This Makefile just builds its dependencies. It isn't meant to"
10201N/A @echo " build the all packages in the repository."
10201N/A @echo
10201N/A
10201N/Aclean:
10201N/A $(MAKE) -C po-sun clean
10201N/A $(MAKE) -C manpages clean
10201N/A