aboutsummaryrefslogtreecommitdiffstats
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
commit59ed13133ace11eaa99b75aed75e81115596ccff (patch)
treec432466c2877dbd3bdb6b4d14946acb92816cd68 /Makefile
parent19b0a2261027e347ce64362bbb05b3fe2308da86 (diff)
downloadmaster-187ad058-59ed13133ace11eaa99b75aed75e81115596ccff.tar.gz
master-187ad058-59ed13133ace11eaa99b75aed75e81115596ccff.tar.bz2
master-187ad058-59ed13133ace11eaa99b75aed75e81115596ccff.zip
Add a doc target and use the defined source feeds to make symlinks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5993 3c298f89-4303-0410-b956-a3cf2f4a3e73
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: ;