Skip to content

Commit

Permalink
sometimes +x disappears :-D
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 3, 2023
1 parent ee63ec8 commit 2b8e723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -230,18 +230,17 @@ AC_CONFIG_FILES([src/divvun-gen-xmlschemas], [chmod +x src/divvun-gen-xmlsche
AC_CONFIG_FILES([src/divvun-validate-suggest], [chmod +x src/divvun-validate-suggest])
AC_CONFIG_FILES([src/divvun-validate-pipespec], [chmod +x src/divvun-validate-pipespec])
AC_CONFIG_FILES([test/suggest/run-flushing], [chmod +x test/suggest/run-flushing])
AC_CONFIG_FILES([test/checker/run-python-bindings], [chmod +x test/checker/run-python-bindings])

AC_OUTPUT([Makefile
src/Makefile
src/version.hpp
python/Makefile
python/setup.py
python/setup.py
test/suggest/Makefile
test/checker/Makefile
test/checker/run-python-bindings
test/blanktag/Makefile
test/cgspell/Makefile],
[chmod +x test/checker/run-python-bindings])
test/cgspell/Makefile])

cat <<EOF
-- Building $PACKAGE_STRING
Expand Down
1 change: 1 addition & 0 deletions test/checker/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

EXTRA_DIST=run.xml run.archive run.spell run.workingdir run-lib run \
run-python-bindings \
pipespec.xml tokeniser.pmscript analyser.lexc \
blanktagger.xfst \
valency.cg3 mwe-dis.cg3 disambiguator.cg3 grammarchecker.cg3 \
Expand Down

0 comments on commit 2b8e723

Please sign in to comment.