]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: maintainer-clean: Kill web_sync remove command.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Sep 2015 22:39:40 +0000 (00:39 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 20 Sep 2015 18:32:53 +0000 (20:32 +0200)
This directory was used by a private script, but these days the script
creates its temporary files elsewhere. Hence it is no longer neccessary
to remove the directory in the receipe of the maintainer-clean target.

Makefile.real

index 29beddeb2fbdaa48a2b5517722aef92b04b3e4e1..1cfcfa9f253dca534accd60bbff8c06fb062b695 100644 (file)
@@ -341,7 +341,6 @@ distclean: clean2 test-clean
 maintainer-clean: distclean
        @[ -z "$(Q)" ] || echo 'MAINTAINER-CLEAN'
        $(Q) rm -f *.tar.bz2 config.h configure config.h.in
 maintainer-clean: distclean
        @[ -z "$(Q)" ] || echo 'MAINTAINER-CLEAN'
        $(Q) rm -f *.tar.bz2 config.h configure config.h.in
-       $(Q) rm -rf web_sync
 
 install: all man
        $(MKDIR_P) $(bindir) $(mandir)
 
 install: all man
        $(MKDIR_P) $(bindir) $(mandir)