From 5ffaf7df44425766a60d632881a2debd83605b52 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Dec 2010 04:45:30 +0000 Subject: rdoc: include tag subject in NEWS file It's more useful this way --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 03ed4ac..ef0a26c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -214,7 +214,7 @@ doc: .document $(ext)/unicorn_http.c NEWS ChangeLog $(RUBY) -i -p -e \ '$$_.gsub!("",%q{\&$(call atom,$(news_atom))})' \ doc/NEWS.html doc/README.html - $(RAKE) -s news_atom > doc/NEWS.atom.xml + $(RAKE) -s news_atom OUT=doc/NEWS.atom.xml cd doc && ln README.html tmp && mv tmp index.html $(RM) $(man1_rdoc) @@ -237,7 +237,6 @@ publish_doc: # "gzip_static on" can serve the gzipped versions directly. doc_gz: docs = $(shell find doc -type f ! -regex '^.*\.\(gif\|jpg\|png\|gz\)$$') doc_gz: - touch doc/NEWS.atom.xml -d "$$(awk 'NR==1{print $$4,$$5,$$6}' NEWS)" for i in $(docs); do \ gzip --rsyncable -9 < $$i > $$i.gz; touch -r $$i $$i.gz; done -- cgit v1.2.3-24-ge0c7