mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-12 19:34:49 +08:00
fix 'make docs'
SVN-Revision: 12211
This commit is contained in:
parent
a856eeca8b
commit
3a321fb110
@ -113,10 +113,10 @@ help:
|
||||
cat README
|
||||
|
||||
docs docs/compile: FORCE
|
||||
@$(_SINGLE)$(SUBMAKE) -j1 -C docs compile
|
||||
@$(SUBMAKE) -j1 -C docs compile
|
||||
|
||||
docs/clean: FORCE
|
||||
@$(_SINGLE)$(SUBMAKE) -j1 -C docs clean
|
||||
@$(SUBMAKE) -j1 -C docs clean
|
||||
|
||||
distclean:
|
||||
rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
|
||||
|
Loading…
Reference in New Issue
Block a user