Makefile
author stephen
Fri, 04 May 2012 15:07:50 +0000
branchgnome-2-30-s11update
changeset 22414 65070fca64a2
parent 16649 be2eab1c5e58
permissions -rw-r--r--
2012-04-23 Stephen Browne <[email protected]> RTI: 362502 CR : 7108974 * patches/tsoljds-tstripe-05-primary-zone.diff: new patch to ignore secondary zones when finding a match to lazy boot. * specs/SUNWtgnome-tstripe.spec: add new patch

## 
# Convenience Makefile.
# 
# Usage :
# 
#     "make clean" : Clean up sun-po and manpages directories
#     "make" :       Build the po and manpage files
#

all: subdirectories

subdirectories:
	$(MAKE) -C po-sun
	$(MAKE) -C manpages
	$(MAKE) -C manpages-roff
	@echo
	@echo "NOTE:"
	@echo " This Makefile just builds its dependencies. It isn't meant to"
	@echo " build the all packages in the repository."
	@echo

clean:
	$(MAKE) -C po-sun clean
	$(MAKE) -C manpages clean
	$(MAKE) -C manpages-roff clean