mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
Sensibly put the docs under the docs directory.
-Erik
This commit is contained in:
parent
0a704e8ff6
commit
a59d7094a6
14
Makefile
14
Makefile
@ -101,19 +101,19 @@ endif
|
|||||||
|
|
||||||
all: busybox busybox.links doc
|
all: busybox busybox.links doc
|
||||||
|
|
||||||
doc: BusyBox.txt BusyBox.1 BusyBox.html
|
doc: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
|
||||||
|
|
||||||
BusyBox.txt: docs/busybox.pod
|
docs/BusyBox.txt: docs/busybox.pod
|
||||||
@echo
|
@echo
|
||||||
@echo BusyBox Documentation
|
@echo BusyBox Documentation
|
||||||
@echo
|
@echo
|
||||||
pod2text docs/busybox.pod > BusyBox.txt
|
pod2text docs/busybox.pod > docs/BusyBox.txt
|
||||||
|
|
||||||
BusyBox.1: docs/busybox.pod
|
docs/BusyBox.1: docs/busybox.pod
|
||||||
pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > BusyBox.1
|
pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
|
||||||
|
|
||||||
BusyBox.html: docs/busybox.pod
|
docs/BusyBox.html: docs/busybox.pod
|
||||||
pod2html docs/busybox.pod > BusyBox.html
|
pod2html docs/busybox.pod > docs/BusyBox.html
|
||||||
- rm -f pod2html*
|
- rm -f pod2html*
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user