From: Felix Fietkau Date: Wed, 6 Aug 2008 14:30:34 +0000 (+0000) Subject: fix 'make docs' X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=5c8bcffac74d2b49b8fa7fc2017dd9132545fdbd;hp=3c33c9e45ca4ea0ba87d758560880156f2377e79 fix 'make docs' SVN-Revision: 12211 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 906a9a1255..169cca9f11 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -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