remove pre_gen from repo

This commit is contained in:
Steffen Jaeckel 2019-09-23 17:01:21 +02:00
parent a251347c50
commit e29160b144
3 changed files with 4 additions and 13589 deletions

1
.gitignore vendored
View File

@ -16,6 +16,7 @@
test_*.txt
*.pc
doc/tfm.pdf
pre_gen/
*.gcda
*.gcno

View File

@ -136,11 +136,12 @@ doc/tfm.pdf:
.PHONY: pre_gen
pre_gen:
mkdir -p pre_gen
perl gen.pl
sed -e 's/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c
rm mpi.c
zipup: pre_gen doc/tfm.pdf
zipup: doc/tfm.pdf
@# Update the index, so diff-index won't fail in case the pdf has been created.
@# As the pdf creation modifies tfm.tex, git sometimes detects the
@# modified file, but misses that it's put back to its original version.
@ -151,6 +152,7 @@ zipup: pre_gen doc/tfm.pdf
git archive --format=tar --prefix=tomsfastmath-$(VERSION)/ HEAD | tar x
mkdir -p tomsfastmath-$(VERSION)/doc
cp doc/tfm.pdf tomsfastmath-$(VERSION)/doc/tfm.pdf
$(MAKE) -C tomsfastmath-$(VERSION)/ pre_gen
tar -c tomsfastmath-$(VERSION)/ | xz -6e -c - > tfm-$(VERSION).tar.xz
zip -9rq tfm-$(VERSION).zip tomsfastmath-$(VERSION)
rm -rf tomsfastmath-$(VERSION)

File diff suppressed because it is too large Load Diff