Acknowledge contributions of Pavel Roskin, and fix doc building
authorEric Andersen <andersen@codepoet.org>
Fri, 2 Jun 2000 03:21:32 +0000 (03:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 2 Jun 2000 03:21:32 +0000 (03:21 -0000)
so the html goes into the website directory.
 -Erik

AUTHORS
Makefile

diff --git a/AUTHORS b/AUTHORS
index b36a4cd..30ef908 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,9 +12,6 @@ Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
     Tons of new stuff, major rewrite of most of the
     core apps, tons of new apps as noted in header files.
 
-Bruce Perens <bruce@pixar.com>
-    Original author of BusyBox. His code is still in many apps.
-
 John Beppu <beppu@lineo.com>
     du, head, nslookup, sort, tee, uniq
 
@@ -28,9 +25,21 @@ Dave Cinege <dcinege@psychosis.com>
     more(v2), makedevs, dutmp, modularization, auto links file, 
     various fixes, Linux Router Project maintenance
 
+Karl M. Hegbloom <karlheg@debian.org>
+    cp_mv.c, the test suite, various fixes to utility.c, &c.
+
+Daniel Jacobowitz <dan@debian.org>
+    mktemp.c
+
 John Lombardo <john@deltanet.com>      
        dirname, tr
 
+Bruce Perens <bruce@pixar.com>
+    Original author of BusyBox. His code is still in many apps.
+
+Pavel Roskin <pavel_roskin@geocities.com>
+    Lots of bugs fixes and patches.
+
 Linus Torvalds <torvalds@transmeta.com>
     mkswap, fsck.minix, mkfs.minix
 
@@ -40,8 +49,4 @@ Charles P. Wright <cpwright@villagenet.com>
 Enrique Zanardi <ezanardi@ull.es>
     tarcat (since removed), loadkmap, various fixes, Debian maintenance
 
-Karl M. Hegbloom <karlheg@debian.org>
-    cp_mv.c, the test suite, various fixes to utility.c, &c.
 
-Daniel Jacobowitz <dan@debian.org>
-    mktemp.c
index 1801cd5..f1ca4a5 100644 (file)
--- 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