mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:04:38 +02:00
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
This commit is contained in:
parent
7cc50d50ac
commit
6d327c7a6b
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