diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 30d39a2d0..333f19f85 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ # # GnuPG is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # GnuPG is distributed in the hope that it will be useful, @@ -13,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - +# along with this program; if not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to create Makefile.in EXTRA_DIST = DETAILS faq.raw FAQ faq.html \ @@ -77,7 +75,7 @@ $(myman_pages) : yat2m-stamp fi -%.1 : %.sgml +.sgml.1: if HAVE_DOCBOOK_TO_MAN docbook-to-man $< >$@ else |