X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=f4b153c17e2bb3bb11999874f898de6d497b49fc;hb=fa2a6d6883931ef2ea2e6785b5547f0655c72ec7;hp=dbfdb8e82e6c23d693ed725bb0538087a31f7029;hpb=e0ef07e12fbaf8c59710afddae75d57ee59f4f50;p=openwrt.git diff --git a/Makefile b/Makefile index dbfdb8e82e..f4b153c17e 100644 --- a/Makefile +++ b/Makefile @@ -141,17 +141,17 @@ clean: FORCE dirclean: clean rm -rf staging_dir_* toolchain_build_* tool_build -distclean: dirclean config-clean symlinkclean docclean +distclean: dirclean config-clean symlinkclean docs/clean rm -rf dl help: cat README -doc: - $(MAKE) -C docs/ openwrt.pdf +docs docs/compile: FORCE + $(MAKE) -C docs compile -docclean: - $(MAKE) -C docs/ clean +docs/clean: FORCE + $(MAKE) -C docs clean symlinkclean: -find package -type l | xargs rm -f