GNUmakefile in kgio-2.0.0pre1 vs GNUmakefile in kgio-2.0.0

- old
+ new

@@ -62,11 +62,11 @@ @echo "ChangeLog from $(GIT_URL) ($(log_range))" > $@+ @echo >> $@+ git log $(log_range) | sed -e 's/^/ /' >> $@+ mv $@+ $@ -news_atom := http://unicorn.bogomips.org/kgio/NEWS.atom.xml +news_atom := http://bogomips.org/kgio/NEWS.atom.xml cgit_atom := http://git.bogomips.org/cgit/kgio.git/atom/?h=master atom = <link rel="alternate" title="Atom feed" href="$(1)" \ type="application/atom+xml"/> # using rdoc 2.5.x @@ -175,10 +175,10 @@ $(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 $(MAKE) doc_gz chmod 644 $$(find doc -type f) - $(RSYNC) -av doc/ unicorn.bogomips.org:/srv/unicorn/kgio/ + $(RSYNC) -av doc/ bogomips.org:/srv/bogomips/kgio/ git ls-files | xargs touch # Create gzip variants of the same timestamp as the original so nginx # "gzip_static on" can serve the gzipped versions directly. doc_gz: docs = $(shell find doc -type f ! -regex '^.*\.\(gif\|jpg\|png\|gz\)$$')