aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS19
-rw-r--r--Makefile6
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 <andersen@lineo.com>, <andersee@debian.org>
12 Tons of new stuff, major rewrite of most of the 12 Tons of new stuff, major rewrite of most of the
13 core apps, tons of new apps as noted in header files. 13 core apps, tons of new apps as noted in header files.
14 14
15Bruce Perens <bruce@pixar.com>
16 Original author of BusyBox. His code is still in many apps.
17
18John Beppu <beppu@lineo.com> 15John Beppu <beppu@lineo.com>
19 du, head, nslookup, sort, tee, uniq 16 du, head, nslookup, sort, tee, uniq
20 17
@@ -28,9 +25,21 @@ Dave Cinege <dcinege@psychosis.com>
28 more(v2), makedevs, dutmp, modularization, auto links file, 25 more(v2), makedevs, dutmp, modularization, auto links file,
29 various fixes, Linux Router Project maintenance 26 various fixes, Linux Router Project maintenance
30 27
28Karl M. Hegbloom <karlheg@debian.org>
29 cp_mv.c, the test suite, various fixes to utility.c, &c.
30
31Daniel Jacobowitz <dan@debian.org>
32 mktemp.c
33
31John Lombardo <john@deltanet.com> 34John Lombardo <john@deltanet.com>
32 dirname, tr 35 dirname, tr
33 36
37Bruce Perens <bruce@pixar.com>
38 Original author of BusyBox. His code is still in many apps.
39
40Pavel Roskin <pavel_roskin@geocities.com>
41 Lots of bugs fixes and patches.
42
34Linus Torvalds <torvalds@transmeta.com> 43Linus Torvalds <torvalds@transmeta.com>
35 mkswap, fsck.minix, mkfs.minix 44 mkswap, fsck.minix, mkfs.minix
36 45
@@ -40,8 +49,4 @@ Charles P. Wright <cpwright@villagenet.com>
40Enrique Zanardi <ezanardi@ull.es> 49Enrique Zanardi <ezanardi@ull.es>
41 tarcat (since removed), loadkmap, various fixes, Debian maintenance 50 tarcat (since removed), loadkmap, various fixes, Debian maintenance
42 51
43Karl M. Hegbloom <karlheg@debian.org>
44 cp_mv.c, the test suite, various fixes to utility.c, &c.
45 52
46Daniel Jacobowitz <dan@debian.org>
47 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
101 pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1 101 pod2man --center=BusyBox --release="version $(VERSION)" docs/busybox.pod > docs/BusyBox.1
102 102
103docs/BusyBox.html: docs/busybox.pod 103docs/BusyBox.html: docs/busybox.pod
104 pod2html docs/busybox.pod > docs/BusyBox.html 104 pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
105 ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
105 - rm -f pod2html* 106 - rm -f pod2html*
106 107
107clean: 108clean:
@@ -123,7 +124,8 @@ clean:
123 - rm -f busybox.links *~ *.o core 124 - rm -f busybox.links *~ *.o core
124 - rm -rf _install 125 - rm -rf _install
125 - cd tests && $(MAKE) clean 126 - cd tests && $(MAKE) clean
126 - rm -f BusyBox.html BusyBox.1 BusyBox.txt pod2html* 127 - rm -f docs/BusyBox.html docs/busybox.lineo.com/BusyBox.html \
128 docs/BusyBox.1 docs/BusyBox.txt pod2html*
127 129
128distclean: clean 130distclean: clean
129 - rm -f busybox 131 - rm -f busybox