diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-08 19:31:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-08 19:31:04 +0000 |
commit | a39342b13183d9a940cc905595eedad140bd3a10 (patch) | |
tree | f60df440ee0f4be2c7dbbed087377f3a51bc13ac | |
parent | 528649463fda35553771cebab8de7217e63f4ad4 (diff) | |
download | busybox-a39342b13183d9a940cc905595eedad140bd3a10.tar.gz |
Remember to delete docs/busybox.pod
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ clean: - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ docs/busybox.net/BusyBox.html - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ - docs/busybox.pdf docs/busybox.net/busybox.html \ + docs/busybox.pdf docs/busybox.pod docs/busybox.net/busybox.html \ docs/busybox _install pod2htm* *.gdb *.elf *~ core - rm -f busybox busybox.links libbb/loop.h .config.old .hdepend - rm -f scripts/split-include scripts/mkdep .*config.log |