From 6d327c7a6bda0c13f3bb2f54773c9fc796914966 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 5 Jan 2007 15:34:14 +0000 Subject: [PATCH] Add a doc target and use the defined source feeds to make symlinks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5993 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: ; -- 2.35.1