X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2FMakefile;h=dccad8c15098c72d533f502e5abe4cce3dce8cd9;hb=59fcbf85995af9ebe92ca03ea86c8c83b4788697;hp=f5c1319fe2e6c4e1d96d8296915ffc7c0be67aa1;hpb=60068d0a01a543f98477530e538420365663cccb;p=grml-network.git diff --git a/docs/Makefile b/docs/Makefile index f5c1319..dccad8c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,5 @@ install_ = install +name_ = grml-network etc = ${DESTDIR}/etc/ usr = ${DESTDIR}/usr @@ -41,5 +42,5 @@ install: all clean: @for i in $(MANPAGES); do \ - rm -fv $$i.html $$i.xml $$i.gz $$i; done + rm -f $$i.html $$i.xml $$i.gz $$i; done