about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cc47f6e..8055f9f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -33,7 +33,7 @@ gem: $(pkggem)
 install-gem: $(pkggem)
         gem install --local $(CURDIR)/$<
 
-$(pkggem): .manifest
+$(pkggem): .manifest NEWS
         VERSION=$(VERSION) gem build $(pkg).gemspec
         mkdir -p pkg
         mv $(@F) $@
@@ -47,12 +47,13 @@ pkg_extra :=
 package: $(pkggem)
 
 NEWS: .olddoc.yml
-        $(OLDDOC) prepare
+        $(OLDDOC) prepare || echo 'See https://80x24.org/msgthr/NEWS' >$@
 LATEST: NEWS
 
 doc:: .document .olddoc.yml
         -find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
         $(RM) -r doc
+        $(OLDDOC) prepare
         $(RDOC) -f oldweb
 
 # this requires GNU coreutils variants