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:
parent
3c9fd01ad8
commit
369b99513d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -106,6 +106,7 @@ awk ' \
|
|||
} \
|
||||
{ print } \
|
||||
' <$< >$@
|
||||
chmod +x $@
|
||||
endef
|
||||
|
||||
.PHONY: wrappers
|
||||
|
|
Loading…
Add table
Reference in a new issue