about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-22 02:10:26 +0000
committerEric Wong <e@80x24.org>2019-04-22 02:10:26 +0000
commit9296873d626ec77a9175a0bf557ac6989cc72633 (patch)
treed8577f68b58728e03869f34147742b62e0f54e8f
parent4bf84d2cccc828b724095f716b50cd609dfa001f (diff)
downloadmsgthr-9296873d626ec77a9175a0bf557ac6989cc72633.tar.gz
Earth Day!
  https://80x24.org/olddoc-public/20190422014906.4253-1-e@80x24.org/
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5fa9064..da5ba82 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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),)