mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* VERSION.in: removed
* Makefile.in: don't do anything with VERSION.in and VERSION Take mc.spec from builddir, not srcdir * configure.in: don't create VERSION
This commit is contained in:
parent
efe9d499fc
commit
b81401baa9
@ -1,3 +1,10 @@
|
|||||||
|
2000-08-23 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* VERSION.in: removed
|
||||||
|
* Makefile.in: don't do anything with VERSION.in and VERSION
|
||||||
|
Take mc.spec from builddir, not srcdir
|
||||||
|
* configure.in: don't create VERSION
|
||||||
|
|
||||||
2000-08-22 Pavel Roskin <proski@gnu.org>
|
2000-08-22 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* *.c, *.h: Updated address of Free Software Foundation
|
* *.c, *.h: Updated address of Free Software Foundation
|
||||||
|
@ -17,8 +17,8 @@ INSTALL_DATA = @INSTALL_DATA@
|
|||||||
DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
|
DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
|
||||||
Makefile.in FAQ COPYING create_vcs install-sh \
|
Makefile.in FAQ COPYING create_vcs install-sh \
|
||||||
config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \
|
config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \
|
||||||
VERSION mcfn_install.in Make.common.in README.PC \
|
mcfn_install.in Make.common.in README.PC \
|
||||||
mc.spec mc.spec.in README.QNX VERSION.in MAINTAINERS \
|
mc.spec.in README.QNX MAINTAINERS \
|
||||||
mkinstalldirs ABOUT-NLS gettext.m4 BUGS ChangeLog\
|
mkinstalldirs ABOUT-NLS gettext.m4 BUGS ChangeLog\
|
||||||
config.guess config.sub README.smbfs
|
config.guess config.sub README.smbfs
|
||||||
|
|
||||||
@ -114,6 +114,7 @@ distcopy:
|
|||||||
cp $(top_srcdir)/po/Makefile.in.in $(top_srcdir)/mc-$(VERSION)/po;
|
cp $(top_srcdir)/po/Makefile.in.in $(top_srcdir)/mc-$(VERSION)/po;
|
||||||
cp $(top_srcdir)/po/POTFILES.in $(top_srcdir)/mc-$(VERSION)/po;
|
cp $(top_srcdir)/po/POTFILES.in $(top_srcdir)/mc-$(VERSION)/po;
|
||||||
cp $(top_srcdir)/po/*.po $(top_srcdir)/po/*.gmo $(top_srcdir)/po/mc.pot $(top_srcdir)/po/stamp-cat-id $(top_srcdir)/po/cat-id-tbl.c $(top_srcdir)/mc-$(VERSION)/po;
|
cp $(top_srcdir)/po/*.po $(top_srcdir)/po/*.gmo $(top_srcdir)/po/mc.pot $(top_srcdir)/po/stamp-cat-id $(top_srcdir)/po/cat-id-tbl.c $(top_srcdir)/mc-$(VERSION)/po;
|
||||||
|
cp mc.spec $(top_srcdir)/mc-$(VERSION)/mc.spec;
|
||||||
(cd $(top_srcdir); tar cvf - mc-$(VERSION) | \
|
(cd $(top_srcdir); tar cvf - mc-$(VERSION) | \
|
||||||
gzip -f9) > mc-$(VERSION).tar.gz
|
gzip -f9) > mc-$(VERSION).tar.gz
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
#define VERSION "@VERSION@"
|
|
@ -1246,7 +1246,6 @@ AC_OUTPUT([
|
|||||||
Make.common
|
Make.common
|
||||||
Makefile
|
Makefile
|
||||||
mc.spec
|
mc.spec
|
||||||
VERSION
|
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc-gnome/Makefile
|
doc-gnome/Makefile
|
||||||
doc-gnome/C/Makefile
|
doc-gnome/C/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user