aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-02 03:21:32 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-02 03:21:32 +0000
commit77bd2db32527a81dd777f6835fddacc801855cbc (patch)
treeda6b712553ef9b54dcea1cf982c3984fc1bba205 /Makefile
parent1624813459584b4044ed88b572eefaff9df96a3c (diff)
downloadbusybox-77bd2db32527a81dd777f6835fddacc801855cbc.tar.gz
Acknowledge contributions of Pavel Roskin, and fix doc building
so the html goes into the website directory. -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1801cd5df..f1ca4a522 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,8 @@ docs/BusyBox.1: docs/busybox.pod
pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
docs/BusyBox.html: docs/busybox.pod
- pod2html docs/busybox.pod > docs/BusyBox.html
+ pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
+ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
- rm -f pod2html*
clean:
@@ -123,7 +124,8 @@ clean:
- rm -f busybox.links *~ *.o core
- rm -rf _install
- cd tests && $(MAKE) clean
- - rm -f BusyBox.html BusyBox.1 BusyBox.txt pod2html*
+ - rm -f docs/BusyBox.html docs/busybox.lineo.com/BusyBox.html \
+ docs/BusyBox.1 docs/BusyBox.txt pod2html*
distclean: clean
- rm -f busybox