From 7d9771524f71db68c9cd05fd4635a7dbdb1cd95b Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 07 Feb 2002 23:15:10 +0000 Subject: Added opie-policy docs generation to buildsystem. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index f65396a..ecd4e0d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ default: dynamic +all: default docs + LIBS=library COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ @@ -32,15 +34,18 @@ APPS=$(LOCALAPPS) addressbook calculator clock datebook \ parashoot snake citytime showimg netsetup \ qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/lib opiemail +DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) +docs: $(DOCS) + $(COMPONENTS): $(LIBS) $(APPS): $(LIBS) $(COMPONENTS) -$(LIBS) $(COMPONENTS) $(APPS) single: +$(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: $(MAKE) -C $@ -f Makefile showcomponents: @@ -48,7 +53,7 @@ showcomponents: clean: $(MAKE) -C single -f Makefile $@ - for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done + for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lupdate: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done @@ -57,4 +62,4 @@ lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done -.PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) single showcomponents clean +.PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean -- cgit v0.9.0.2