From 44cd7b92bc85d4a3e2ac7a672d8d1443c2aedc2c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 26 Nov 2021 21:37:00 -0500 Subject: [PATCH] Tweak a spec file comment --- cairomm1.16.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cairomm1.16.spec b/cairomm1.16.spec index 8afeb11..2e0d452 100644 --- a/cairomm1.16.spec +++ b/cairomm1.16.spec @@ -10,7 +10,7 @@ # bundle inserted by Doxygen itself. See discussion at # https://bugzilla.redhat.com/show_bug.cgi?id=2006555. # -# We can enable the Doxygen PDF documentation as a lesser substitute. +# We can enable the Doxygen PDF documentation as a substitute. # # We still generate the HTML documentation, but strip out all the JavaScript # that causes policy issues. This degrades it in the browser, but is sufficient @@ -128,9 +128,9 @@ rm -rf untracked/docs/reference/html rm untracked/docs/reference/cairomm-%{apiver}.tag \ untracked/docs/reference/cairomm-%{apiver}.devhelp2 %if %{with doc_pdf} -# We enable the Doxygen PDF documentation as a lesser substitute. We must -# enable GENERATE_LATEX and LATEX_BATCHMODE; the rest are precautionary and -# should already be set as we like them. +# We enable the Doxygen PDF documentation as a substitute. We must enable +# GENERATE_LATEX and LATEX_BATCHMODE; the rest are precautionary and should +# already be set as we like them. sed -r -i \ -e "s/^([[:blank:]]*(GENERATE_LATEX|LATEX_BATCHMODE|USE_PDFLATEX|\ PDF_HYPERLINKS)[[:blank:]]*=[[:blank:]]*)NO[[:blank:]]*/\1YES/" \