diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 03:21:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 03:21:32 +0000 |
commit | fa6a1140fbe05b4fd83afdc5bea9b5521cca43d3 (patch) | |
tree | da6b712553ef9b54dcea1cf982c3984fc1bba205 /Makefile | |
parent | aa83a1cbe49c346df65bfd6f1a63cb91594061d0 (diff) | |
download | busybox-w32-fa6a1140fbe05b4fd83afdc5bea9b5521cca43d3.tar.gz busybox-w32-fa6a1140fbe05b4fd83afdc5bea9b5521cca43d3.tar.bz2 busybox-w32-fa6a1140fbe05b4fd83afdc5bea9b5521cca43d3.zip |
Acknowledge contributions of Pavel Roskin, and fix doc building
so the html goes into the website directory.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@590 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -101,7 +101,8 @@ docs/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 | ||
103 | docs/BusyBox.html: docs/busybox.pod | 103 | docs/BusyBox.html: docs/busybox.pod |
104 | pod2html docs/busybox.pod > docs/BusyBox.html | 104 | pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html |
105 | ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html | ||
105 | - rm -f pod2html* | 106 | - rm -f pod2html* |
106 | 107 | ||
107 | clean: | 108 | clean: |
@@ -123,7 +124,8 @@ clean: | |||
123 | - rm -f busybox.links *~ *.o core | 124 | - rm -f busybox.links *~ *.o core |
124 | - rm -rf _install | 125 | - rm -rf _install |
125 | - cd tests && $(MAKE) clean | 126 | - cd tests && $(MAKE) clean |
126 | - rm -f BusyBox.html BusyBox.1 BusyBox.txt pod2html* | 127 | - rm -f docs/BusyBox.html docs/busybox.lineo.com/BusyBox.html \ |
128 | docs/BusyBox.1 docs/BusyBox.txt pod2html* | ||
127 | 129 | ||
128 | distclean: clean | 130 | distclean: clean |
129 | - rm -f busybox | 131 | - rm -f busybox |