projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a doc target and use the defined source feeds to make symlinks
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
8bd0bc7
..
a3d5720
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-181,6
+181,15
@@
distclean: dirclean config-clean
help:
cat README
+doc:
+ $(MAKE) -C docs/ openwrt.pdf
+
+docclean:
+ $(MAKE) -C docs/ clean
+
+symlinks:
+ scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
+
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
.PHONY: FORCE help
This page took
0.021618 seconds
and
4
git commands to generate.