about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-28 20:27:10 +0000
committerEric Wong <e@80x24.org>2019-10-28 20:27:10 +0000
commitdfaa96cd1f152138c5248f0d760ddcbecd78af7a (patch)
tree630a7eaaed763429128d0c2bc1e865f088e088e8
parenteaeb4b29e5fcc694381692ca4add1f0b2f9f26f1 (diff)
downloadmogilefs-client-dfaa96cd1f152138c5248f0d760ddcbecd78af7a.tar.gz
I forgot to commit this change months ago.
-rw-r--r--pkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.mk b/pkg.mk
index 2353e3b..fa378c9 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -60,7 +60,7 @@ doc:: .document .olddoc.yml $(pkg_extra) $(PLACEHOLDERS)
         -find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
         -find ext -type f -name '*.rbc' -exec rm -f '{}' ';'
         $(RM) -r doc
-        $(RDOC) -f oldweb
+        $(RDOC) -f dark216
         $(OLDDOC) merge
         if test -f COPYING; then install -m644 COPYING doc/COPYING; fi
         install -m644 NEWS doc/NEWS