X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=Makefile;h=a3d5720db3b2b0eb7df3e8658c4c77e801da6d70;hp=daadbeacf65a7bb4ecd22f745ef4a3d828dfcbaf;hb=ef099e7a8175b13f21361b58e6b3db12f36022b9;hpb=3b8ef4a31d1b8aa716a200440056c1531a882cc9 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: ;