aboutsummaryrefslogtreecommitdiff
path: root/osx/uninstall-pandoc
diff options
context:
space:
mode:
Diffstat (limited to 'osx/uninstall-pandoc')
-rwxr-xr-xosx/uninstall-pandoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/uninstall-pandoc b/osx/uninstall-pandoc
index 0ccf7990e..57b8f9e65 100755
--- a/osx/uninstall-pandoc
+++ b/osx/uninstall-pandoc
@@ -12,9 +12,9 @@ if [ "`id -u`" != 0 ]; then \
exit 0; \
fi
-
MAN_PAGES="pandoc.1 markdown2html.1 markdown2latex.1 html2markdown.1 latex2markdown.1 markdown2pdf.1"
EXECUTABLES=`echo $MAN_PAGES | sed -e 's#\.1##g'`
+EXECUTABLES="$EXECUTABLES uninstall-pandoc"
DOCUMENTS="`ls /usr/local/share/doc/pandoc`"
TOREMOVE=""
for F in $EXECUTABLES; do