Skip to content
Snippets Groups Projects
Commit 41b5c4d5 authored by nbd's avatar nbd
Browse files

fix 'make docs'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12211 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent e1c2a7ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment