From 4e81d6f2e2a6a6b3de15bbd0e08992dd4630fa4b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 17 Aug 2009 00:07:42 -0700 Subject: Documentation updates * Documented Unicorn::HttpParser API methods * Keep GPL2 (COPYING) as-is without RDoc formatting. * The auto-generated index.html is stupid, replace it with README which looks saner. --- local.mk.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local.mk.sample') diff --git a/local.mk.sample b/local.mk.sample index d218474..92c121b 100644 --- a/local.mk.sample +++ b/local.mk.sample @@ -38,7 +38,7 @@ publish_doc: # Create gzip variants of the same timestamp as the original so nginx # "gzip_static on" can serve the gzipped versions directly. doc_gz: suf := html js css -doc_gz: docs = $(shell find doc/ -regex '^.*\.\(html\|js\|css\)$$') +doc_gz: docs = $(shell find doc/ -regex '^.*\.\(html\|js\|css\)$$') doc/COPYING doc_gz: for i in $(docs); do \ gzip --rsyncable < $$i > $$i.gz; touch -r $$i $$i.gz; done -- cgit v1.2.3-24-ge0c7