X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2FMakefile.am;h=5bcb6651ee5345c73ccbca6b0d8318e906b108c2;hb=44ce72fa96e900f6d99530cda643a6d976cb7433;hp=d3b51b084e31b9e4a92113c368f2f1ec7f4d4326;hpb=b8efe40f541fe4529ce1c461c9820ae150bf1802;p=chaz%2Ftar diff --git a/doc/Makefile.am b/doc/Makefile.am index d3b51b0..5bcb665 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,10 +15,10 @@ ## 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. info_TEXINFOS = tar.texi -tar_TEXINFOS = fdl.texi freemanuals.texi getdate.texi header.texi +tar_TEXINFOS = fdl.texi freemanuals.texi getdate.texi header.texi rendition.texi value.texi genfile.texi EXTRA_DIST = convtexi.pl gendocs_template DISTCLEANFILES=*.info* @@ -40,6 +40,8 @@ GENDOCS=gendocs.sh TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -E # Make sure you set TEXINPUTS +# Usual value is: +# /usr/share/texmf/pdftex/plain/misc:/usr/share/texmf/pdftex/config manual: TEXINPUTS=$(srcdir):$(top_srcdir)/config:$(TEXINPUTS) \ MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS)" \