summaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-02 02:58:54 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-02 02:58:54 +0000
commit5387ebd8db3b8cf98befd75d9aa42716acaf8dec (patch)
tree31357b758f45c39339b315e72456d6dfb40c3f4f /osx
parent89f2468f38d7b85d78fe1d94bab7cc8ea46152d0 (diff)
Added 'hsmarkdown' wrapper, designed to be used as a drop-in
replacement for Markdown.pl. It calls pandoc with the options '--from markdown --to html --strict' and disallows other options. (Any command-line options will be interpreted as arguments.) git-svn-id: https://pandoc.googlecode.com/svn/trunk@399 788f1e2b-df1e-0410-8736-df70ead52e1b
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`"