improve build

* don't export .travis.yml
* make 'astyle' on 'zipup'
This commit is contained in:
Steffen Jaeckel 2018-04-11 23:33:39 +02:00
parent 3994dc8610
commit 89f2bfea83
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,4 +1,5 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/** export-subst

View File

@ -123,7 +123,7 @@ pre_gen:
sed -e 's/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c
rm mpi.c
zipup: clean new_file manual poster docs
zipup: clean astyle new_file manual poster docs
@# Update the index, so diff-index won't fail in case the pdf has been created.
@# As the pdf creation modifies the tex files, git sometimes detects the
@# modified files, but misses that it's put back to its original version.