Makefile
author yippi
Tue, 05 Oct 2010 22:15:54 +0000
changeset 20140 e192f264c45f
parent 16649 be2eab1c5e58
permissions -rw-r--r--
2010-10-05 Brian Cameron <[email protected]> * base-specs/file-roller.spec, patches/file-roller-01-fixcrash.diff: Add patch to fix doo #16958.

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