GNUmakefile in raindrops-0.2.0 vs GNUmakefile in raindrops-0.3.0

- old
+ new

@@ -51,11 +51,11 @@ mv $@+ $@ latest: NEWS @awk 'BEGIN{RS="=== ";ORS=""}NR==2{sub(/\n$$/,"");print RS""$$0 }' $< -SINCE = 0.1.0 +SINCE = 0.2.1 ChangeLog: LOG_VERSION = \ $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \ echo $(GIT_VERSION) || git describe) ifneq ($(SINCE),) ChangeLog: log_range = v$(SINCE)..$(LOG_VERSION) @@ -179,9 +179,10 @@ $(RM) -r doc ChangeLog NEWS $(MAKE) doc LOG_VERSION=$(shell git tag -l | tail -1) $(MAKE) -s latest > doc/LATEST find doc/images doc/js -type f | \ TZ=UTC xargs touch -d '1970-01-01 00:00:00' doc/rdoc.css + tar cf - $$(git ls-files examples/) | (cd doc && tar xf -) $(MAKE) doc_gz chmod 644 $$(find doc -type f) $(RSYNC) -av doc/ raindrops.bogomips.org:/srv/raindrops/ git ls-files | xargs touch