diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 472d29e84..000000000 --- a/docs/Makefile +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | # busybox/docs/Makefile - Create the documentation | ||
| 2 | # ------------------------ | ||
| 3 | # Copyright (C) 2000 Erik Andersen <andersee@debian.org> GPL | ||
| 4 | |||
| 5 | all: clean doc | ||
| 6 | |||
| 7 | doc: | ||
| 8 | @echo | ||
| 9 | @echo BusyBox Documentation | ||
| 10 | @echo | ||
| 11 | pod2html busybox.pod > ../BusyBox.html | ||
| 12 | @rm pod2html-* | ||
| 13 | pod2man --center=BusyBox --release="version $(VERSION)" busybox.pod > ../BusyBox.1 | ||
| 14 | pod2text busybox.pod > ../BusyBox.txt | ||
| 15 | @rm -f pod2html* | ||
| 16 | |||
| 17 | clean: | ||
| 18 | @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html* | ||
| 19 | |||
| 20 | distclean: clean | ||
| 21 | |||
