# HG changeset patch # User Oleksandr Gavenko # Date 1326404347 -7200 # Node ID bf134608773d4dd1118b154ff1d67d003656a200 # Parent 5bb58b8d87a7a784dc6a45425e67a1927a3ea98a Merge with Makefile from 'jdone' project. diff -r 5bb58b8d87a7 -r bf134608773d Makefile --- a/Makefile Thu Jan 12 23:32:52 2012 +0200 +++ b/Makefile Thu Jan 12 23:39:07 2012 +0200 @@ -113,12 +113,12 @@ ################################################################ # Dist targets. +DIST_TARBALLS = $(DIST_DIR).tar.gz $(DIST_DIR).tar.bz2 +DISTSRC_TARBALLS = $(DISTSRC_DIR).tar.gz $(DISTSRC_DIR).tar.bz2 + .PHONY: dist dist: dist-dictd dist-src -DIST_TARBALLS = $(DIST_DIR).tar.gz $(DIST_DIR).tar.bz2 -DISTSRC_TARBALLS = $(DISTSRC_DIR).tar.gz $(DISTSRC_DIR).tar.bz2 - .PHONY: dist-dictd dist-dictd: $(DIST_TARBALLS) @@ -226,5 +226,6 @@ .PHONY: clean clean: rm -f $(DICTDZ_FILES) $(INDEX_FILES) $(HTML_FILES) - rm -rf $(DIST_DIR) $(DISTSRC_DIR) $(DIST_TARBALLS) $(DISTSRC_TARBALLS) + rm -rf $(DIST_DIR) $(DIST_TARBALLS) + rm -rf $(DISTSRC_DIR) $(DISTSRC_TARBALLS)