Makefile
author dkenny
Mon, 14 Jul 2008 14:46:05 +0000
branchgnome-2-22
changeset 12467 6830bb7a5bbd
parent 9459 11d58177fffc
child 16649 be2eab1c5e58
permissions -rw-r--r--
2008-07-14 Darren Kenny <[email protected]> * base-specs/evince.spec, patches/evince-03-static-enum.diff: Add patch to fix crash when using presentation mode (bug#6724495), and logged upstream bugzilla bug#542924.

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