aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-14 21:45:29 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-14 21:45:29 +0000
commitc8ca3c6625e1a3f234c3f0a1ab3142179a3e529f (patch)
tree3b89971f6401d4cf4f8d94d28e8b528bef789486 /docs
parenta704c3182b5fc73d2758359fa88af5d9a87defcc (diff)
downloadbusybox-w32-c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f.tar.gz
busybox-w32-c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f.tar.bz2
busybox-w32-c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f.zip
Fix a tar bug: tar removed leading '/'s for symlink targets.
Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik git-svn-id: svn://busybox.net/trunk/busybox@456 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index aebe8a847..10550f6df 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -12,6 +12,7 @@ doc:
12 @rm pod2html-* 12 @rm pod2html-*
13 pod2man --center=BusyBox --release="version $(VERSION)" busybox.pod > ../BusyBox.1 13 pod2man --center=BusyBox --release="version $(VERSION)" busybox.pod > ../BusyBox.1
14 pod2text busybox.pod > ../BusyBox.txt 14 pod2text busybox.pod > ../BusyBox.txt
15 @rm -f pod2html*
15 16
16clean:: 17clean::
17 @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html* 18 @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html*