From: Yaroslav Halchenko Date: Mon, 22 Apr 2013 18:08:07 +0000 (-0400) Subject: ENH: minor -- just moved cachefiles into a separate rule X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7734cdbe98d96a631d3a0649a9e5a7b4a54e1649;p=neurodebian.git ENH: minor -- just moved cachefiles into a separate rule --- diff --git a/Makefile b/Makefile index a206168..4ae1d87 100644 --- a/Makefile +++ b/Makefile @@ -52,9 +52,10 @@ source-stamp: $(BIGMESS) mkpkgtocs -d build/src/pkglists > build/src/pkgs.rst touch $@ - -updatedb: +cachefiles: $(BIGMESS) cachefiles -f + +updatedb: cachefiles $(BIGMESS) updatedb -rm source-stamp @@ -78,5 +79,5 @@ mirmon: cat $(WWW_UPLOAD_URI_STATIC)/{index-header,mirrors-status,index-trailer}.ihtml \ >| $(WWW_UPLOAD_URI)/mirrors-status.html -.PHONY: removedb removecache updatedb upload-website clean distclean pics html mirmon +.PHONY: removedb removecache cachefiles updatedb upload-website clean distclean pics html mirmon