Commit ff481b590b434112398f62169e570f70232a83eb

Authored by Jay Berkenbilt
Committed by Jay Berkenbilt
1 parent a734af68

Let cmake replace the project version in manual pages

Also update to cmake variable rather than autoconf variable
manual/fix-qdf.1.in
1   -\" This file is not processed by autoconf, but rather by build.mk in
2   -\" the manual directory.
3   -.TH FIX-QDF "1" "" "fix-qdf version @PACKAGE_VERSION@" "User Commands"
  1 +.TH FIX-QDF "1" "" "fix-qdf version @PROJECT_VERSION@" "User Commands"
4 2 .SH NAME
5 3 fix-qdf \- repair PDF files in QDF form after editing
6 4 .SH SYNOPSIS
... ...
manual/qpdf.1.in
1   -.\" This file is not processed by autoconf, but rather by build.mk in
2   -.\" the manual directory.
3   -.TH QPDF "1" "" "qpdf version @PACKAGE_VERSION@" "User Commands"
  1 +.TH QPDF "1" "" "qpdf version @PROJECT_VERSION@" "User Commands"
4 2 .SH NAME
5 3 qpdf \- PDF transformation software
6 4 .SH SYNOPSIS
... ...
manual/zlib-flate.1.in
1   -\" This file is not processed by autoconf, but rather by build.mk in
2   -\" the manual directory.
3   -.TH ZLIB-FLATE "1" "" "zlib-flate from qpdf version @PACKAGE_VERSION@" "User Commands"
  1 +.TH ZLIB-FLATE "1" "" "zlib-flate from qpdf version @PROJECT_VERSION@" "User Commands"
4 2 .SH NAME
5 3 zlib-flate \- raw zlib compression program
6 4 .SH SYNOPSIS
... ...