X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Makefile;h=35fc2c8884e036ae93e656f9c538ae90acc614c9;hb=39133a937d4ab5798302c0e53c41257b78067ecb;hp=8bd0bc710aed9a2b4d11c01eb84d5e49b961db1d;hpb=610b92132226114d8cddadf1e7a7c5f873acf811;p=openwrt.git diff --git a/Makefile b/Makefile index 8bd0bc710a..35fc2c8884 100644 --- a/Makefile +++ b/Makefile @@ -82,10 +82,10 @@ tmpinfo-clean: FORCE @-rm -rf tmp/.pkginfo tmp/.targetinfo tmp/.config.in: tmp/.pkginfo - @./scripts/gen_package_config.pl < $< > $@ || rm -f $@ + @./scripts/metadata.pl package_config < $< > $@ || rm -f $@ tmp/.config-target.in: tmp/.targetinfo - @./scripts/gen_target_config.pl < $< > $@ || rm -f $@ + @./scripts/metadata.pl target_config < $< > $@ || rm -f $@ .config: ./scripts/config/conf tmp/.config.in tmp/.config-target.in @[ -f .config ] || $(NO_TRACE_MAKE) menuconfig @@ -181,6 +181,12 @@ distclean: dirclean config-clean help: cat README +doc: + $(MAKE) -C docs/ openwrt.pdf + +docclean: + $(MAKE) -C docs/ clean + .SILENT: clean dirclean distclean config-clean download world FORCE: ; .PHONY: FORCE help