diff options
-rw-r--r-- | AUTHORS | 19 | ||||
-rw-r--r-- | Makefile | 6 |
2 files changed, 16 insertions, 9 deletions
@@ -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 @@ -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 |