summaryrefslogtreecommitdiff
path: root/tools/make-man-rules.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-30 19:30:26 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-30 19:30:26 -0400
commit2032840792362c62781dd2661506c5afcc7f9fe7 (patch)
tree06cb2b99bcbcd7c20ff59718e0b4da20f8d5af90 /tools/make-man-rules.py
parenta6272f8b43413b6c383caec31c90c12cddc29089 (diff)
at: (sd)man: clean up, rename {,sd}man
Diffstat (limited to 'tools/make-man-rules.py')
-rw-r--r--tools/make-man-rules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py
index 0e755151d8..e185ca6636 100644
--- a/tools/make-man-rules.py
+++ b/tools/make-man-rules.py
@@ -24,9 +24,9 @@ import os.path
from xml_helper import *
SECTION = '''\
-MANPAGES += \\
+sdman.MANPAGES += \\
{manpages}
-MANPAGES_ALIAS += \\
+sdman.MANPAGES_ALIAS += \\
{aliases}
{rules}
{htmlrules}