X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/247902e0065f92d7d3c983553aab065d2eeb8b67..137db8ce162f7ce378c4b2da924b108fd871a516:/Makefile diff --git a/Makefile b/Makefile index daadbeacf..a3d5720db 100644 --- a/Makefile +++ b/Makefile @@ -181,8 +181,14 @@ distclean: dirclean config-clean help: cat README +doc: + $(MAKE) -C docs/ openwrt.pdf + +docclean: + $(MAKE) -C docs/ clean + symlinks: - scripts/feeds.sh https://svn.openwrt.org/openwrt/packages + scripts/feeds.sh $(CONFIG_SOURCE_FEEDS) .SILENT: clean dirclean distclean config-clean download world FORCE: ;