diff --git a/doc/makefile b/doc/makefile index 3e7fcc167..819f780a9 100644 --- a/doc/makefile +++ b/doc/makefile @@ -17,5 +17,5 @@ install: gtk-sharp-docs.zip gtk-sharp-docs.tree install -m 644 gtk-sharp-docs.source `monodoc --get-sourcesdir` clean: - rm *.tree - rm *zip + rm -f *.tree + rm -f *zip