[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cvs] Minor fix for "make dist"
From: |
Pavel Roskin |
Subject: |
[Bug-cvs] Minor fix for "make dist" |
Date: |
Tue, 19 Sep 2000 12:18:43 -0400 (EDT) |
Hello!
If anybody cares, this patch prevents the following files from going to
the distribution:
emx/Makefile
os2/Makefile
doc/cvs.aux
doc/cvsclient.aux
doc/CVSvn.tex
Those files are not under version control and have no value to the end
user.
ChangeLog entries are included.
Regards,
Pavel Roskin
========================
Index: doc/ChangeLog
--- doc/ChangeLog Fri Sep 8 17:30:18 2000
+++ doc/ChangeLog Tue Sep 19 12:13:46 2000
@@ -0,0 +1,4 @@
+2000-09-19 Pavel Roskin <proski@gnu.org>
+
+ * Makefile.in: don't distribute *.aux, CVSvn.tex
+
Index: doc/Makefile.in
--- doc/Makefile.in Fri Sep 8 17:30:18 2000
+++ doc/Makefile.in Tue Sep 19 11:59:33 2000
@@ -33,8 +33,8 @@
cvs.texinfo \
cvsclient.texi
-OBJDIR_DISTFILES = cvs.ps cvs.info cvs.aux \
- cvsclient.ps cvsclient.info cvsclient.aux CVSvn.texi
+OBJDIR_DISTFILES = cvs.ps cvs.info \
+ cvsclient.ps cvsclient.info
# these are part of the texinfo distribution
MAKEINFO=makeinfo
Index: emx/ChangeLog
--- emx/ChangeLog Sat Mar 27 22:36:32 1999
+++ emx/ChangeLog Tue Sep 19 12:13:14 2000
@@ -0,0 +1,4 @@
+2000-09-19 Pavel Roskin <proski@gnu.org>
+
+ * Makefile.in: don't distribute Makefile
+
Index: emx/Makefile.in
--- emx/Makefile.in Sat Mar 27 22:36:32 1999
+++ emx/Makefile.in Tue Sep 19 11:54:39 2000
@@ -274,8 +274,7 @@
DISTFILES = ${OS2_HEADERS} ${OS2_SOURCES} \
${srcdir}/README ${srcdir}/ChangeLog \
- ${srcdir}/Makefile.in ${srcdir}/.cvsignore \
- Makefile
+ ${srcdir}/Makefile.in ${srcdir}/.cvsignore
all:
Index: os2/ChangeLog
--- os2/ChangeLog Fri Feb 26 18:53:38 1999
+++ os2/ChangeLog Tue Sep 19 12:13:23 2000
@@ -0,0 +1,4 @@
+2000-09-19 Pavel Roskin <proski@gnu.org>
+
+ * Makefile.in: don't distribute Makefile
+
Index: os2/Makefile.in
--- os2/Makefile.in Tue Dec 29 09:56:03 1998
+++ os2/Makefile.in Tue Sep 19 11:54:57 2000
@@ -265,7 +265,7 @@
DISTFILES = ${OS2_HEADERS} ${OS2_SOURCES} \
${srcdir}${SL}README ${srcdir}${SL}ChangeLog \
${srcdir}${SL}Makefile.in ${srcdir}${SL}.cvsignore \
- ${srcdir}${SL}test-makefile Makefile ${srcdir}/os2inc.h \
+ ${srcdir}${SL}test-makefile ${srcdir}/os2inc.h \
${srcdir}/watcom.mak
all:
========================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-cvs] Minor fix for "make dist",
Pavel Roskin <=