diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-05 15:34:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-05 15:34:14 +0000 |
commit | efd05a509fa1f308a51012bb937ef136abad4f22 (patch) | |
tree | 874e014b8b2ba47ad80a005e2fdd1fe9614fedaf /Makefile | |
parent | 14c796aca1ab1a393fdb66c84e560c75a077146b (diff) | |
download | upstream-efd05a509fa1f308a51012bb937ef136abad4f22.tar.gz upstream-efd05a509fa1f308a51012bb937ef136abad4f22.tar.bz2 upstream-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-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: ; |