From 77bd2db32527a81dd777f6835fddacc801855cbc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Jun 2000 03:21:32 +0000 Subject: Acknowledge contributions of Pavel Roskin, and fix doc building so the html goes into the website directory. -Erik --- AUTHORS | 19 ++++++++++++------- Makefile | 6 ++++-- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index b36a4cde2..30ef908da 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,9 +12,6 @@ Erik Andersen , Tons of new stuff, major rewrite of most of the core apps, tons of new apps as noted in header files. -Bruce Perens - Original author of BusyBox. His code is still in many apps. - John Beppu du, head, nslookup, sort, tee, uniq @@ -28,9 +25,21 @@ Dave Cinege more(v2), makedevs, dutmp, modularization, auto links file, various fixes, Linux Router Project maintenance +Karl M. Hegbloom + cp_mv.c, the test suite, various fixes to utility.c, &c. + +Daniel Jacobowitz + mktemp.c + John Lombardo dirname, tr +Bruce Perens + Original author of BusyBox. His code is still in many apps. + +Pavel Roskin + Lots of bugs fixes and patches. + Linus Torvalds mkswap, fsck.minix, mkfs.minix @@ -40,8 +49,4 @@ Charles P. Wright Enrique Zanardi tarcat (since removed), loadkmap, various fixes, Debian maintenance -Karl M. Hegbloom - cp_mv.c, the test suite, various fixes to utility.c, &c. -Daniel Jacobowitz - mktemp.c 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 -- cgit v1.2.3