about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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),)