summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-09-21 21:18:32 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-09-21 21:18:32 +0200
commitea4b2e86f1dfd711c7f7aa92608f233da6887140 (patch)
tree7f692fd6072d1ea177068791cfba73ead46a2c7e /Makefile.in
parent54bbc09b9409936553fe5d25cf3bb1e94e227a6d (diff)
downloadnettle-ea4b2e86f1dfd711c7f7aa92608f233da6887140.tar.gz
Use texi2pdf to generate the pdf manual
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 2edafd67..c2ce4cd6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -440,17 +440,8 @@ ecc-secp521r1.$(OBJEXT): ecc-secp521r1.h
--output $@T `basename "$<"` \
&& test -s $@T && mv -f $@T $@
-%.dvi: %.texinfo
- cd $(srcdir) && texi2dvi -b `basename "$<"`
-
-%.ps: %.dvi
- cd $(srcdir) && dvips -Ppdf -G0 -o `basename "$<" .dvi`.ps `basename "$<"`
-
-# Avoid rebuilding .dvi and .ps files when the .texinfo source is unchanged.
-PS2PDFFLAGS=-dCompatibilityLevel=1.3 -dMAxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true
%.pdf: %.texinfo
- $(MAKE) `basename "$<" .texinfo`.ps
- cd $(srcdir) && ps2pdf $(PS2PDFFLAGS) `basename "$<" .texinfo`.ps
+ cd $(srcdir) && texi2pdf `basename "$<"`
# Configure-related rules, mostly copied from the autoconf manual. No
# $(srcdir) prefixes on the targets, though.