diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 21:41:09 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 21:41:09 +0000 |
commit | 369b99513df8280d6092fca5db6f89a3755d869b (patch) | |
tree | abb0fe9aec5759db8070e23bc2f5550969c8eca4 | |
parent | 3c9fd01ad8fc4d4c555bdde1d28a97e57c51af0c (diff) | |
download | pandoc-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ awk ' \ } \ { print } \ ' <$< >$@ +chmod +x $@ endef .PHONY: wrappers |