From: Ben Pfaff Date: Sat, 28 Nov 2020 02:23:59 +0000 (-0800) Subject: doc: Use $(convert) variable consistently. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34004ae3fc1e5fe1332ea193641741c5bc076184;p=pspp doc: Use $(convert) variable consistently. Apparently I introduced this halfway. --- diff --git a/doc/automake.mk b/doc/automake.mk index a44ab26587..4e23a1c4be 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -193,11 +193,11 @@ doc/pspp-figures/tutorial7b.spv: doc/pspp-figures/tutorial7.spv $(pspp_output) # Convert an output file into a text file or HTML file. $(FIGURE_TXTS) $(FIGURE_HTMLS): $(pspp_output) .spv.txt: - $(AM_V_GEN)utilities/pspp-output convert $< $@ + $(convert) .spv.pdf: - $(AM_V_GEN)utilities/pspp-output convert $< $@ -O left-margin=0pt -O right-margin=0pt -O top-margin=0pt -O bottom-margin=0pt -O paper-size=6x20in -O font-size=12000 --table-look=$(HOME)/pspp/spss15/Looks/report.tlo + $(convert) -O left-margin=0pt -O right-margin=0pt -O top-margin=0pt -O bottom-margin=0pt -O paper-size=6x20in -O font-size=12000 --table-look=$(HOME)/pspp/spss15/Looks/report.tlo .spv.html: - $(AM_V_GEN)utilities/pspp-output convert $< $@ -O format=html -O bare=true + $(convert) -O format=html -O bare=true # Convert a text file into a Texinfo file. .txt.texi: