Makefile
author lin
Fri, 25 Sep 2009 03:35:34 +0000
changeset 16649 be2eab1c5e58
parent 9459 11d58177fffc
permissions -rw-r--r--
2009-09-25 Lin Ma <[email protected]> * .pkgtoolrc: * Makefile: * manpages-roff/Makefile: * manpages-roff/Makefile.template: * manpages-roff/man3/libclutter-glx-1.0.3: * manpages-roff/man3/libclutter-gst-0.10.3: * manpages-roff/man3/libclutter-gtk-0.10.3: * manpages/Makefile: * manpages/man3/libclutter-cairo-0.8.3: * manpages/man3/libclutter-glx-0.8.3: * manpages/man3/libclutter-gst-0.8.3: * manpages/man3/libclutter-gtk-0.8.3: Added a new directory for nroff manpages, and move clutter related manpages there.

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