scripts/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 03 Sep 2010 15:37:19 +0200
changeset 899 7d166b8b8018
permissions -rw-r--r--
Safer call of ./scripts/chg-len.py on Windows (#389)

Still hard to get it worked properly by user. It needs
- a python interpreter in the exec path
- the mercurial modules accessible by this interpreter
ladanyi@793
     1
EXTRA_DIST += \
ladanyi@793
     2
	scripts/bib2dox.py \
ladanyi@793
     3
	scripts/bootstrap.sh \
ladanyi@793
     4
	scripts/chg-len.py \
ladanyi@793
     5
	scripts/mk-release.sh \
ladanyi@793
     6
	scripts/unify-sources.sh \
ladanyi@793
     7
	scripts/valgrind-wrapper.sh