summaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
Diffstat (limited to 'osx')
-rwxr-xr-xosx/uninstall-pandoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/uninstall-pandoc b/osx/uninstall-pandoc
index a8f920fec..db2001da1 100755
--- a/osx/uninstall-pandoc
+++ b/osx/uninstall-pandoc
@@ -8,7 +8,7 @@ if [ "`id -u`" != 0 ]; then \
exit 1; \
fi
-MAN_PAGES="pandoc.1 markdown2pdf.1 html2markdown.1"
+MAN_PAGES="pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1"
EXECUTABLES=`echo $MAN_PAGES | sed -e 's#\.1##g'`
EXECUTABLES="$EXECUTABLES uninstall-pandoc"
DOCUMENTS="`ls /usr/local/share/doc/pandoc`"