mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-09 08:08:27 +00:00
Add a doc target and use the defined source feeds to make symlinks
SVN-Revision: 5993
This commit is contained in:
parent
14c796aca1
commit
efd05a509f
8
Makefile
8
Makefile
@ -181,8 +181,14 @@ distclean: dirclean config-clean
|
|||||||
help:
|
help:
|
||||||
cat README
|
cat README
|
||||||
|
|
||||||
|
doc:
|
||||||
|
$(MAKE) -C docs/ openwrt.pdf
|
||||||
|
|
||||||
|
docclean:
|
||||||
|
$(MAKE) -C docs/ clean
|
||||||
|
|
||||||
symlinks:
|
symlinks:
|
||||||
scripts/feeds.sh https://svn.openwrt.org/openwrt/packages
|
scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
|
||||||
|
|
||||||
.SILENT: clean dirclean distclean config-clean download world
|
.SILENT: clean dirclean distclean config-clean download world
|
||||||
FORCE: ;
|
FORCE: ;
|
||||||
|
Loading…
Reference in New Issue
Block a user