diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-03 03:24:21 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-03 03:24:21 +0000 |
commit | 79fab1362dde5b40320e8f56b1db182eafc1ff69 (patch) | |
tree | f3f9e4807dcac39497f2cf55f7b24c975ff18fb8 | |
parent | 454f3624923d45c207ff138d7bd49455974f93b9 (diff) | |
download | busybox-w32-79fab1362dde5b40320e8f56b1db182eafc1ff69.tar.gz busybox-w32-79fab1362dde5b40320e8f56b1db182eafc1ff69.tar.bz2 busybox-w32-79fab1362dde5b40320e8f56b1db182eafc1ff69.zip |
Sensibly put the docs under the docs directory.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@520 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -101,19 +101,19 @@ endif | |||
101 | 101 | ||
102 | all: busybox busybox.links doc | 102 | all: busybox busybox.links doc |
103 | 103 | ||
104 | doc: BusyBox.txt BusyBox.1 BusyBox.html | 104 | doc: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html |
105 | 105 | ||
106 | BusyBox.txt: docs/busybox.pod | 106 | docs/BusyBox.txt: docs/busybox.pod |
107 | @echo | 107 | @echo |
108 | @echo BusyBox Documentation | 108 | @echo BusyBox Documentation |
109 | @echo | 109 | @echo |
110 | pod2text docs/busybox.pod > BusyBox.txt | 110 | pod2text docs/busybox.pod > docs/BusyBox.txt |
111 | 111 | ||
112 | BusyBox.1: docs/busybox.pod | 112 | docs/BusyBox.1: docs/busybox.pod |
113 | pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > BusyBox.1 | 113 | pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1 |
114 | 114 | ||
115 | BusyBox.html: docs/busybox.pod | 115 | docs/BusyBox.html: docs/busybox.pod |
116 | pod2html docs/busybox.pod > BusyBox.html | 116 | pod2html docs/busybox.pod > docs/BusyBox.html |
117 | - rm -f pod2html* | 117 | - rm -f pod2html* |
118 | 118 | ||
119 | clean: | 119 | clean: |