X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/610b92132226114d8cddadf1e7a7c5f873acf811..fb8b4548a0193022e19c6c920d925fd9c8d73343:/Makefile diff --git a/Makefile b/Makefile index 8bd0bc710..a3d5720db 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,15 @@ distclean: dirclean config-clean help: cat README +doc: + $(MAKE) -C docs/ openwrt.pdf + +docclean: + $(MAKE) -C docs/ clean + +symlinks: + scripts/feeds.sh $(CONFIG_SOURCE_FEEDS) + .SILENT: clean dirclean distclean config-clean download world FORCE: ; .PHONY: FORCE help