aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-02 03:35:22 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-02 03:35:22 +0000
commitdd19843f29437f0780896138618cdaaed8b29d82 (patch)
treeb93d063ea4a3862938438944e4077002ce7e48b1
parenta1c5a968b64b2bae9c1a969c9ead7d569723061d (diff)
downloadbusybox-w32-dd19843f29437f0780896138618cdaaed8b29d82.tar.gz
busybox-w32-dd19843f29437f0780896138618cdaaed8b29d82.tar.bz2
busybox-w32-dd19843f29437f0780896138618cdaaed8b29d82.zip
Some Makefile fixes for the docs.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@597 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6471e3490..1395b5262 100644
--- a/Makefile
+++ b/Makefile
@@ -95,15 +95,17 @@ docs/BusyBox.txt: docs/busybox.pod
95 @echo 95 @echo
96 @echo BusyBox Documentation 96 @echo BusyBox Documentation
97 @echo 97 @echo
98 pod2text docs/busybox.pod > docs/BusyBox.txt 98 - pod2text docs/busybox.pod > docs/BusyBox.txt
99 99
100docs/BusyBox.1: docs/busybox.pod 100docs/BusyBox.1: docs/busybox.pod
101 pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1 101 - pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
102 102
103docs/BusyBox.html: docs/busybox.pod 103docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
104 pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
105 - rm -f docs/BusyBox.html 104 - rm -f docs/BusyBox.html
106 - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html 105 - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
106
107docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
108 - pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
107 - rm -f pod2html* 109 - rm -f pod2html*
108 110
109busybox: $(OBJECTS) 111busybox: $(OBJECTS)