X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2FMakefile.am;h=57bbfc541b11779a2039940d8543d8f105e083b6;hb=435edb824e6d6271ed6b2d5c9f0e5b81f989a8f6;hp=d3b51b084e31b9e4a92113c368f2f1ec7f4d4326;hpb=b8efe40f541fe4529ce1c461c9820ae150bf1802;p=chaz%2Ftar diff --git a/doc/Makefile.am b/doc/Makefile.am index d3b51b0..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 +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)" \