aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-29 21:41:09 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-29 21:41:09 +0000
commit369b99513df8280d6092fca5db6f89a3755d869b (patch)
treeabb0fe9aec5759db8070e23bc2f5550969c8eca4
parent3c9fd01ad8fc4d4c555bdde1d28a97e57c51af0c (diff)
downloadpandoc-369b99513df8280d6092fca5db6f89a3755d869b.tar.gz
Make wrappers executable in the top-level directory, in case people
want to try them in place without installing. git-svn-id: https://pandoc.googlecode.com/svn/trunk@316 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2978599f..bb08c6686 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,7 @@ awk ' \
} \
{ print } \
' <$< >$@
+chmod +x $@
endef
.PHONY: wrappers