Skip to content

Commit 5c799e8

Browse files
committed
don't build docs, manual is enough
1 parent f8f240a commit 5c799e8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)