diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | docs/.gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -991,7 +991,7 @@ clean: archclean $(clean-dirs) | |||
991 | 991 | ||
992 | PHONY += doc-clean | 992 | PHONY += doc-clean |
993 | doc-clean: rm-files := docs/busybox.pod \ | 993 | doc-clean: rm-files := docs/busybox.pod \ |
994 | docs/BusyBox.html docs/BusyBox.1 docs/BusyBox.txt | 994 | docs/BusyBox.html docs/busybox.1 docs/BusyBox.txt |
995 | doc-clean: | 995 | doc-clean: |
996 | $(call cmd,rmfiles) | 996 | $(call cmd,rmfiles) |
997 | 997 | ||
diff --git a/docs/.gitignore b/docs/.gitignore index 9d1b7c227..11d616360 100644 --- a/docs/.gitignore +++ b/docs/.gitignore | |||
@@ -1,4 +1,4 @@ | |||
1 | /BusyBox.1 | 1 | /busybox.1 |
2 | /BusyBox.html | 2 | /BusyBox.html |
3 | /BusyBox.txt | 3 | /BusyBox.txt |
4 | /busybox.pod | 4 | /busybox.pod |