From: Florian Fainelli Date: Fri, 5 Jan 2007 15:34:14 +0000 (+0000) Subject: Add a doc target and use the defined source feeds to make symlinks X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=efd05a509fa1f308a51012bb937ef136abad4f22 Add a doc target and use the defined source feeds to make symlinks SVN-Revision: 5993 --- diff --git a/Makefile b/Makefile index daadbeacf6..a3d5720db3 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: ;