aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 22:57:44 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 22:57:44 +0000
commit29be79c5f6113ba8ab609cb17651fb8decf17c90 (patch)
tree52d0dd3e4a73def44a5f27c056550ac3b9f56c07
parent4c45e0991a17827a5ba577535325442cdc77e73d (diff)
downloadbusybox-w32-29be79c5f6113ba8ab609cb17651fb8decf17c90.tar.gz
busybox-w32-29be79c5f6113ba8ab609cb17651fb8decf17c90.tar.bz2
busybox-w32-29be79c5f6113ba8ab609cb17651fb8decf17c90.zip
More doc handling updates
-rw-r--r--Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 614fea13a..3b24002fc 100644
--- a/Makefile
+++ b/Makefile
@@ -157,14 +157,13 @@ docs/BusyBox.txt: docs/busybox.pod
157 @echo 157 @echo
158 @echo BusyBox Documentation 158 @echo BusyBox Documentation
159 @echo 159 @echo
160 - mkdir -p docs 160 -mkdir -p docs
161 - (cd $(BB_SRC_DIR); pod2text docs/busybox.pod) > docs/BusyBox.txt 161 -pod2text $(BB_SRC_DIR)/docs/busybox.pod > docs/BusyBox.txt
162 162
163docs/BusyBox.1: docs/busybox.pod 163docs/BusyBox.1: docs/busybox.pod
164 - mkdir -p docs 164 - mkdir -p docs
165 - (cd $(BB_SRC_DIR); pod2man --center=BusyBox \ 165 - pod2man --center=BusyBox --release="version $(VERSION)" \
166 --release="version $(VERSION)" \ 166 $(BB_SRC_DIR)/docs/busybox.pod > docs/BusyBox.1
167 docs/busybox.pod ) > docs/BusyBox.1
168 167
169docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html 168docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
170 -@ rm -f docs/BusyBox.html 169 -@ rm -f docs/BusyBox.html
@@ -172,8 +171,8 @@ docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
172 171
173docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod 172docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
174 -@ mkdir -p docs/busybox.lineo.com 173 -@ mkdir -p docs/busybox.lineo.com
175 - (cd $(BB_SRC_DIR); pod2html --noindex docs/busybox.pod ) \ 174 - pod2html --noindex $(BB_SRC_DIR)/docs/busybox.pod > \
176 > docs/busybox.lineo.com/BusyBox.html 175 docs/busybox.lineo.com/BusyBox.html
177 -@ rm -f pod2html* 176 -@ rm -f pod2html*
178 177
179 178