From 49c2a25338b202be99c77230fe6804fe136012de Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 22 May 1998 01:54:25 +0000 Subject: [PATCH] "make dist" works again. NLS should not be copied anymore. po/stamp-cat-od should be po/stamp-cat-id --- Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8a8b4ed87..e28e13b8c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,9 +16,10 @@ INSTALL_DATA = @INSTALL_DATA@ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \ Makefile.in FAQ COPYING create_vcs install-sh \ - config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h VERSION mcfn_install.in \ - Make.common.in README.NT mc.spec Specfile README.QNX \ - README.OS2 VERSION.in NLS mkinstalldirs autogen.sh ABOUT-NLS + config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \ + VERSION mcfn_install.in Make.common.in README.NT \ + mc.spec Specfile README.QNX README.OS2 VERSION.in \ + mkinstalldirs autogen.sh ABOUT-NLS all: @for dir in @INTLSUB@ ${codedirs} @POSUB@; do \ @@ -125,7 +126,7 @@ distcopy: make -C po cp po/Makefile.in.in ../mc-$(VERSION)/po; cp po/POTFILES.in ../mc-$(VERSION)/po; - cp po/*.po po/*.gmo po/mc.pot po/stamp-cat-od po/cat-id-tbl.c ../mc-$(VERSION)/po; + cp po/*.po po/*.gmo po/mc.pot po/stamp-cat-id po/cat-id-tbl.c ../mc-$(VERSION)/po; (cd ..; tar cvf - mc-$(VERSION) | \ gzip -f9 > mc-$(VERSION).tar.gz); \