improve build
* don't export .travis.yml * make 'astyle' on 'zipup'
This commit is contained in:
parent
3994dc8610
commit
89f2bfea83
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,4 +1,5 @@
|
||||
/.gitattributes export-ignore
|
||||
/.gitignore export-ignore
|
||||
/.travis.yml export-ignore
|
||||
|
||||
/** export-subst
|
||||
|
2
makefile
2
makefile
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user