summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-01-05 15:34:14 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-01-05 15:34:14 +0000
commitefd05a509fa1f308a51012bb937ef136abad4f22 (patch)
tree874e014b8b2ba47ad80a005e2fdd1fe9614fedaf /Makefile
parent14c796aca1ab1a393fdb66c84e560c75a077146b (diff)
downloadmaster-31e0f0ae-efd05a509fa1f308a51012bb937ef136abad4f22.tar.gz
master-31e0f0ae-efd05a509fa1f308a51012bb937ef136abad4f22.tar.bz2
master-31e0f0ae-efd05a509fa1f308a51012bb937ef136abad4f22.zip
Add a doc target and use the defined source feeds to make symlinks
SVN-Revision: 5993
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index daadbeacf6..a3d5720db3 100644
--- a/Makefile
+++ b/Makefile
@@ -181,8 +181,14 @@ distclean: dirclean config-clean
help:
cat README
+doc:
+ $(MAKE) -C docs/ openwrt.pdf
+
+docclean:
+ $(MAKE) -C docs/ clean
+
symlinks:
- scripts/feeds.sh https://svn.openwrt.org/openwrt/packages
+ scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;