From: David MacKenzie Date: Wed, 13 Apr 1994 04:52:30 +0000 (+0000) Subject: (DISTFILES): Rearrange. X-Git-Tag: fsf-origin~705 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4537df10779522d843ddf8884209f0954cff8fc;p=thirdparty%2Fautoconf.git (DISTFILES): Rearrange. --- diff --git a/Makefile.in b/Makefile.in index ec40a6533..e4c8b4067 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,9 +45,9 @@ infodir = $(prefix)/info SHELL = /bin/sh DISTFILES = README Makefile.in INSTALL NEWS COPYING ChangeLog \ -autoconf.texi autoconf.info standards.texi make-stds.texi standards.info \ -texinfo.tex acconfig.h autoconf.sh acgeneral.m4 acspecific.m4 \ -configure configure.in autoheader.sh mkinstalldirs install.sh +autoconf.texi acconfig.h autoconf.sh acgeneral.m4 acspecific.m4 \ +configure configure.in autoheader.sh mkinstalldirs install.sh \ +autoconf.info standards.texi make-stds.texi standards.info texinfo.tex editsh = sed -e 's,@''datadir''@,$(acdatadir),g' -e 's,@''M4''@,$(M4),g' diff --git a/doc/Makefile.in b/doc/Makefile.in index ec40a6533..e4c8b4067 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -45,9 +45,9 @@ infodir = $(prefix)/info SHELL = /bin/sh DISTFILES = README Makefile.in INSTALL NEWS COPYING ChangeLog \ -autoconf.texi autoconf.info standards.texi make-stds.texi standards.info \ -texinfo.tex acconfig.h autoconf.sh acgeneral.m4 acspecific.m4 \ -configure configure.in autoheader.sh mkinstalldirs install.sh +autoconf.texi acconfig.h autoconf.sh acgeneral.m4 acspecific.m4 \ +configure configure.in autoheader.sh mkinstalldirs install.sh \ +autoconf.info standards.texi make-stds.texi standards.info texinfo.tex editsh = sed -e 's,@''datadir''@,$(acdatadir),g' -e 's,@''M4''@,$(M4),g'