From: Paul Eggert Date: Thu, 26 Sep 2002 07:24:57 +0000 (+0000) Subject: (AM_MAKEINFOFLAGS): Add --no-split. X-Git-Tag: v1.3.12~82 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f866ac991c1b5d7e42cf40458f73bf80625d77ab;p=debian%2Fgzip (AM_MAKEINFOFLAGS): Add --no-split. (gzip_TEXINFOS): New macro. --- diff --git a/Makefile.am b/Makefile.am index 4e54b4a..91c2179 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,10 @@ gzip_SOURCES = \ trees.c unlzh.c unlzw.c unpack.c unzip.c util.c yesno.c zip.c gzip_LDADD = @LIBOBJS@ +AM_MAKEINFOFLAGS = --no-split + info_TEXINFOS = gzip.texi +gzip_TEXINFOS = fdl.texi ASCPP = @ASCPP@ LN_S = @LN_S@