Add a doc target and use the defined source feeds to make symlinks

SVN-Revision: 5993
v19.07.3_mercusys_ac12_duma
Florian Fainelli 18 years ago
parent 14c796aca1
commit efd05a509f

@ -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: ;

Loading…
Cancel
Save