about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile7
-rw-r--r--msgthr.gemspec2
2 files changed, 5 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8055f9f..b9c3e22 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ all::
 pkg = msgthr
 RUBY = ruby
 lib := lib
-VERSION := 1.2.1
+VERSION := 1.2.2
 RSYNC_DEST := 80x24.org:/srv/80x24/msgthr/
 
 RSYNC = rsync
@@ -54,7 +54,7 @@ doc:: .document .olddoc.yml
         -find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
         $(RM) -r doc
         $(OLDDOC) prepare
-        $(RDOC) -f oldweb
+        $(RDOC) -f dark216
 
 # this requires GNU coreutils variants
 ifneq ($(RSYNC_DEST),)
@@ -69,7 +69,8 @@ publish_doc:
         install -m644 NEWS.atom.xml www/NEWS.atom.xml
         for i in $$(find www -type f ! -regex '^.*\.gz$$'); do \
           gzip --rsyncable -9 < $$i > $$i.gz; touch -r $$i $$i.gz; done
-        $(RSYNC) -av www/ $(RSYNC_DEST)
+        $(RSYNC) -av www/ $(RSYNC_DEST) \
+                --exclude index.html* --exclude created.rid*
         git ls-files | xargs touch
 endif
 
diff --git a/msgthr.gemspec b/msgthr.gemspec
index 71f3c18..b27261a 100644
--- a/msgthr.gemspec
+++ b/msgthr.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
   manifest = File.read('.manifest').split(/\n/)
   manifest << 'NEWS' if File.exist?('NEWS')
   s.name = %q{msgthr}
-  s.version = ENV['VERSION'] || '1.2.1'
+  s.version = ENV['VERSION'] || '1.2.2'
   s.authors = ['msgthr hackers']
   s.summary = 'container-agnostic, non-recursive message threading'
   s.description = File.read('README').split(/\n\n/)[1].strip