summaryrefslogtreecommitdiff
path: root/Makefile
authorkergoth <kergoth>2002-02-07 23:15:10 (UTC)
committer kergoth <kergoth>2002-02-07 23:15:10 (UTC)
commit7d9771524f71db68c9cd05fd4635a7dbdb1cd95b (patch) (side-by-side diff)
treee7c9a4f567b608c60c2df2b41b2ef223942b593f /Makefile
parentf9c1ae9958d40885657a5a974c944cc2ccddbea4 (diff)
downloadopie-7d9771524f71db68c9cd05fd4635a7dbdb1cd95b.zip
opie-7d9771524f71db68c9cd05fd4635a7dbdb1cd95b.tar.gz
opie-7d9771524f71db68c9cd05fd4635a7dbdb1cd95b.tar.bz2
Added opie-policy docs generation to buildsystem.
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f65396a..ecd4e0d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,2 +2,4 @@ default: dynamic
+all: default docs
+
LIBS=library
@@ -34,2 +36,3 @@ APPS=$(LOCALAPPS) addressbook calculator clock datebook \
+DOCS = docs/src/opie-policy
single: mpegplayer/libmpeg3
@@ -38,2 +41,4 @@ dynamic: $(APPS)
+docs: $(DOCS)
+
$(COMPONENTS): $(LIBS)
@@ -42,3 +47,3 @@ $(APPS): $(LIBS) $(COMPONENTS)
-$(LIBS) $(COMPONENTS) $(APPS) single:
+$(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single:
$(MAKE) -C $@ -f Makefile
@@ -50,3 +55,3 @@ 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
@@ -59,2 +64,2 @@ lrelease:
-.PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) single showcomponents clean
+.PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean