From 2e5b0603709855eb1d8a1a3fd51d3245f4301ada Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 16 Sep 2018 04:55:33 +1000 Subject: Docs: including howto with standard docs * gpgme.spec.in: Added gpgme-python-howto.info build on the grounds that it now deals with certain possible installation issues and end users encountering them would want the docs to hand. * doc/gpgme.texi: updated the copyright year to this year. --- gpgme.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gpgme.spec.in') diff --git a/gpgme.spec.in b/gpgme.spec.in index ddc0de39..8d9c66a4 100644 --- a/gpgme.spec.in +++ b/gpgme.spec.in @@ -38,10 +38,12 @@ make distclean %post /sbin/ldconfig /sbin/install-info %{_infodir}/gpgme.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/gpgme-python-howto.info.gz %{_infodir}/dir %preun if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/gpgme.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/gpgme-python-howto.info.gz %{_infodir}/dir fi %postun @@ -57,6 +59,7 @@ fi %{_includedir}/gpgme.h %{_datadir}/aclocal/gpgme.m4 %{_infodir}/gpgme.info* +%{_infodir}/gpgme-python-howto.info* %changelog * Sat Aug 30 2003 Robert Schiele -- cgit v1.2.3