Acknowledge contributions of Pavel Roskin, and fix doc building

so the html goes into the website directory.
 -Erik
This commit is contained in:
Eric Andersen 2000-06-02 03:21:32 +00:00
parent 1624813459
commit 77bd2db325
2 changed files with 16 additions and 9 deletions

19
AUTHORS
View File

@ -12,9 +12,6 @@ Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
Tons of new stuff, major rewrite of most of the Tons of new stuff, major rewrite of most of the
core apps, tons of new apps as noted in header files. 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> John Beppu <beppu@lineo.com>
du, head, nslookup, sort, tee, uniq du, head, nslookup, sort, tee, uniq
@ -28,9 +25,21 @@ Dave Cinege <dcinege@psychosis.com>
more(v2), makedevs, dutmp, modularization, auto links file, more(v2), makedevs, dutmp, modularization, auto links file,
various fixes, Linux Router Project maintenance 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> John Lombardo <john@deltanet.com>
dirname, tr 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> Linus Torvalds <torvalds@transmeta.com>
mkswap, fsck.minix, mkfs.minix mkswap, fsck.minix, mkfs.minix
@ -40,8 +49,4 @@ Charles P. Wright <cpwright@villagenet.com>
Enrique Zanardi <ezanardi@ull.es> Enrique Zanardi <ezanardi@ull.es>
tarcat (since removed), loadkmap, various fixes, Debian maintenance 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

View File

@ -101,7 +101,8 @@ docs/BusyBox.1: docs/busybox.pod
pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1 pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
docs/BusyBox.html: docs/busybox.pod 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* - rm -f pod2html*
clean: clean:
@ -123,7 +124,8 @@ clean:
- rm -f busybox.links *~ *.o core - rm -f busybox.links *~ *.o core
- rm -rf _install - rm -rf _install
- cd tests && $(MAKE) clean - 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 distclean: clean
- rm -f busybox - rm -f busybox