summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b9bd6a..95354db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ push-tag: build-tag
build-docs:
git clone --branch gh-pages --single-branch . gh-pages && \
- for i in lsrc.1 mkrc.1 rcm.7 rcrc.5 rcup.1; do \
+ for i in lsrc.1 mkrc.1 rcm.7 rcrc.5 rcup.1 rcdn.1; do \
mandoc -Thtml -Oman=%N.%S.html man/$$i > gh-pages/$$i.html ; \
done ; \
cp gh-pages/rcm.7.html gh-pages/index.html