File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ pre_gen:
133133 sed -e ' s/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c
134134 rm mpi.c
135135
136- zipup : clean astyle new_file manual poster docs
136+ zipup : clean astyle new_file manual poster
137137 @# Update the index, so diff-index won't fail in case the pdf has been created.
138138 @# As the pdf creation modifies the tex files, git sometimes detects the
139139 @# modified files, but misses that it's put back to its original version.
@@ -145,12 +145,11 @@ zipup: clean astyle new_file manual poster docs
145145 @echo ' fixme check'
146146 -@ (find libtommath-$( VERSION) / -type f | xargs grep ' FIXM[E]' ) && echo ' ############## BEWARE: the "fixme" marker was found !!! ##############' || true
147147 mkdir -p libtommath-$(VERSION ) /doc
148- cp doc/bn.pdf doc/tommath.pdf doc/ poster.pdf libtommath-$(VERSION ) /doc/
148+ cp doc/bn.pdf doc/poster.pdf libtommath-$(VERSION ) /doc/
149149 $(MAKE ) -C libtommath-$(VERSION ) / pre_gen
150150 tar -c libtommath-$(VERSION ) / | xz -6e -c - > ltm-$(VERSION ) .tar.xz
151151 zip -9rq ltm-$(VERSION ) .zip libtommath-$(VERSION )
152152 cp doc/bn.pdf bn-$(VERSION ) .pdf
153- cp doc/tommath.pdf tommath-$(VERSION ) .pdf
154153 rm -rf libtommath-$(VERSION )
155154 gpg -b -a ltm-$(VERSION ) .tar.xz
156155 gpg -b -a ltm-$(VERSION ) .zip
You can’t perform that action at this time.
0 commit comments