Makefile
author leon.sha
Mon, 21 May 2012 08:33:48 +0000
branchgnome-2-30-s11update
changeset 22452 fd11d9f99d18
parent 16649 be2eab1c5e58
permissions -rw-r--r--
2012-05-21 Leon Sha <[email protected]> CR#7164838 Update thunderbird to 10.0.4 * base-specs/thunderbird.spec: * copyright/SUNWthunderbird.copyright: * patches/firefox8-14-getting-started.diff: * patches/thunderbird10-01-ldap.diff: * specs/SUNWthunderbird.spec:

## 
# 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