X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2FMakefile.am;h=57bbfc541b11779a2039940d8543d8f105e083b6;hb=e1286c19891794415af1e5eec59fb297ccf2df37;hp=733cd487a1db89bfe81b26a633fe1f394b8c2f6f;hpb=01778aa4a9e50643eb8446ab021f7ef4126a9229;p=chaz%2Ftar diff --git a/doc/Makefile.am b/doc/Makefile.am index 733cd48..57bbfc5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,10 +15,18 @@ ## 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 rendition.texi value.texi +tar_TEXINFOS = \ + fdl.texi\ + freemanuals.texi\ + genfile.texi\ + getdate.texi\ + header.texi\ + rendition.texi\ + snapshot.texi\ + value.texi EXTRA_DIST = convtexi.pl gendocs_template DISTCLEANFILES=*.info* @@ -40,6 +48,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)" \