diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 19:32:54 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 19:32:54 +0000 |
commit | c6bdfe848548b364997e0e098bb8330acb5c5002 (patch) | |
tree | 96b0aa013b47e755c3a09e95a5a0a1865cefd55a /osx/uninstall-pandoc | |
parent | 3491420b53b03dbc24b6001e4f379fd2fbdbea8d (diff) | |
download | pandoc-c6bdfe848548b364997e0e098bb8330acb5c5002.tar.gz |
Revised uninstall-pandoc with new wrapper names.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@310 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'osx/uninstall-pandoc')
-rwxr-xr-x | osx/uninstall-pandoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/uninstall-pandoc b/osx/uninstall-pandoc index 65f6ba76c..a8f920fec 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 markdown2html.1 markdown2latex.1 html2markdown.1 latex2markdown.1 markdown2pdf.1" +MAN_PAGES="pandoc.1 markdown2pdf.1 html2markdown.1" EXECUTABLES=`echo $MAN_PAGES | sed -e 's#\.1##g'` EXECUTABLES="$EXECUTABLES uninstall-pandoc" DOCUMENTS="`ls /usr/local/share/doc/pandoc`" |