From 369b99513df8280d6092fca5db6f89a3755d869b Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 29 Dec 2006 21:41:09 +0000 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3