From 4e42082413f64baec0b844bdf743d598af433aad Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 10 Jul 2010 22:19:20 +0000 Subject: doc: add examples directory to website --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ec47b8a..0821082 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -181,6 +181,7 @@ publish_doc: $(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/ -- cgit v1.2.3-24-ge0c7