Makefile
author hawklu
Fri, 18 Jul 2008 08:53:12 +0000
branchgnome-2-22
changeset 12476 3a21fc945607
parent 9459 11d58177fffc
child 16649 be2eab1c5e58
permissions -rw-r--r--
* patches/firefox3-11-getting-started-bookmark.diff: change the default homepage and bookmark to opensolaris welcome page

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