From: Kern Sibbald Date: Wed, 20 Feb 2013 19:26:00 +0000 (+0100) Subject: Add mini-clean target to main docs Makefile X-Git-Url: https://git.sur5r.net/?p=bacula%2Fdocs;a=commitdiff_plain;h=ebe6a32aeeff3dea96c926c4ac617cb30db0e1f3 Add mini-clean target to main docs Makefile --- diff --git a/docs/Makefile.in b/docs/Makefile.in index 9a1634a9..43771b19 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -113,6 +113,12 @@ clean: @for I in ${all_dirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done +mini-clean: + $(RMF) *~ 1 2 3 bacula-doc*.tar.gz + (cd bacula-web; make clean) + find . -type l -exec rm {} \; + @for I in ${all_dirs}; \ + do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done realclean: clean