[kaffe] CVS kaffe (dalibor): Fixed make dist
Kaffe CVS
Kaffe Mailing List <kaffe@kaffe.org>
Mon Jan 19 01:48:02 2004
PatchSet 4350
Date: 2004/01/19 09:44:56
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Fixed make dist
2004-01-19 Dalibor Topic <robilad@kaffe.org>
* Makefile.am:
(DIST_SUBDIRS) Added po.
* Makefile.in:
Regenerated.
Members:
ChangeLog:1.1936->1.1937
Makefile.am:1.56->1.57
Makefile.in:1.136->1.137
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1936 kaffe/ChangeLog:1.1937
--- kaffe/ChangeLog:1.1936 Sun Jan 18 19:56:49 2004
+++ kaffe/ChangeLog Mon Jan 19 09:44:56 2004
@@ -1,3 +1,11 @@
+2004-01-19 Dalibor Topic <robilad@kaffe.org>
+
+ * Makefile.am:
+ (DIST_SUBDIRS) Added po.
+
+ * Makefile.in:
+ Regenerated.
+
2004-01-18 Dalibor Topic <robilad@kaffe.org>
* po/LINGUAS,
Index: kaffe/Makefile.am
diff -u kaffe/Makefile.am:1.56 kaffe/Makefile.am:1.57
--- kaffe/Makefile.am:1.56 Sat Jan 17 18:00:09 2004
+++ kaffe/Makefile.am Mon Jan 19 09:44:56 2004
@@ -16,7 +16,7 @@
SUBDIRS = . config include replace libltdl libraries/clib libraries/extensions kaffe libraries/javalib test po
-DIST_SUBDIRS = . config include replace libltdl kaffe libraries test
+DIST_SUBDIRS = . config include replace libltdl kaffe libraries test po
EXTRA_DIST = \
ChangeLog.1 \
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.136 kaffe/Makefile.in:1.137
--- kaffe/Makefile.in:1.136 Sun Jan 18 18:32:02 2004
+++ kaffe/Makefile.in Mon Jan 19 09:44:56 2004
@@ -328,7 +328,7 @@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign 1.3e
SUBDIRS = . config include replace libltdl libraries/clib libraries/extensions kaffe libraries/javalib test po
-DIST_SUBDIRS = . config include replace libltdl kaffe libraries test
+DIST_SUBDIRS = . config include replace libltdl kaffe libraries test po
EXTRA_DIST = \
ChangeLog.1 \
ChangeLog.2 \