X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=doc%2FMakefile.am;h=47c8ea845da126c3fe777c61207448f4454311b5;hb=e496c1b52955887eb0a7544eb621e896c989c6ac;hp=58a27a353587ba1eb58453d1cc7c81e58804a492;hpb=b27b516b68d6047e1f9756ccc84857ab90608c4d;p=chaz%2Ftar diff --git a/doc/Makefile.am b/doc/Makefile.am index 58a27a3..47c8ea8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,11 +1,11 @@ # Makefile for GNU tar documentation. -# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2006 Free -# Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2006, +# 2007 Free Software Foundation, Inc. ## This program 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, or (at your option) +## the Free Software Foundation; either version 3, or (at your option) ## any later version. ## This program is distributed in the hope that it will be useful, @@ -32,7 +32,6 @@ tar_TEXINFOS = \ sparse.texi\ value.texi EXTRA_DIST = gendocs_template mastermenu.el texify.sed -DISTCLEANFILES=*.info* # The rendering level is anyone of PUBLISH, DISTRIB or PROOF. # Just call `make RENDITION=PROOF [target]' if you want PROOF rendition. @@ -83,5 +82,5 @@ manual: TEXINPUTS=$(srcdir):$(top_srcdir)/build-tex:$(TEXINPUTS) \ MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS)" \ TEXI2DVI="$(TEXI2DVI) -t @finalout" \ - $(GENDOCS) tar 'GNU tar manual' + $(GENDOCS) --texi2html tar 'GNU tar manual'