aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 424218cfa..475d039fa 100644
--- a/Makefile
+++ b/Makefile
@@ -101,19 +101,19 @@ endif
101 101
102all: busybox busybox.links doc 102all: busybox busybox.links doc
103 103
104doc: BusyBox.txt BusyBox.1 BusyBox.html 104doc: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
105 105
106BusyBox.txt: docs/busybox.pod 106docs/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
112BusyBox.1: docs/busybox.pod 112docs/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
115BusyBox.html: docs/busybox.pod 115docs/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
119clean: 119clean: