projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc50d5
)
Add a doc target and use the defined source feeds to make symlinks
author
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Jan 2007 15:34:14 +0000
(15:34 +0000)
committer
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Jan 2007 15:34:14 +0000
(15:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5993
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
daadbea
..
a3d5720
100644
(file)
--- 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: ;
This page took
0.022732 seconds
and
4
git commands to generate.