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
This commit is contained in:
fiddlosopher 2006-12-29 21:41:09 +00:00
parent 3c9fd01ad8
commit 369b99513d

View file

@ -106,6 +106,7 @@ awk ' \
} \
{ print } \
' <$< >$@
chmod +x $@
endef
.PHONY: wrappers