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 b36a4cde2fc454a33b6aac87ed04d1b3bad9ec36..30ef908dacce8c6fecf9b97a4e22b21267bf2071 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.
 
     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
 
 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
 
     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
 
 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
 
 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
 
 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 1801cd5df1f61e189c92894a5d3806449ce1be0e..f1ca4a5221504ca88e02851d0a0a3bfa627ac4f6 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
        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:
        - 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.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
 
 distclean: clean
        - rm -f busybox