[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (rel_0.1.1-1-g1096209)
The branch, master has been updated
via 109620962168516475f49626dc34ad4f5c282bda (commit)
from 0e01ccac01a4582b205b671c8a5755d7195735d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
Makefile.am | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
=================
Commit Messages
=================
commit 109620962168516475f49626dc34ad4f5c282bda
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Oct 6 21:52:18 2007 +0100
Makefile.am changes to fix VPATH builds and make distcheck pass
:100644 100644 e8a127b... 9506b6b... M Makefile.am
=========
Changes
=========
commit 109620962168516475f49626dc34ad4f5c282bda
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Oct 6 21:52:18 2007 +0100
Makefile.am changes to fix VPATH builds and make distcheck pass
diff --git a/Makefile.am b/Makefile.am
index e8a127b..9506b6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,13 +28,13 @@ pkglib_PYTHON = lib/xgsch2pcb/pcbmanager.py \
lib/xgsch2pcb/templates.py \
lib/xgsch2pcb/funcs.py
-nodist_pkglib_PYTHON = lib/xgsch2pcb/config.py
+nodist_pkglib_PYTHON = config.py
dist_noinst_SCRIPTS = tools/pygettext.py \
tools/msgfmt.py
EXTRA_DIST = xgsch2pcb.in lib/xgsch2pcb/config.py.in
-CLEANFILES = xgsch2pcb lib/xgsch2pcb/config.py
+CLEANFILES = xgsch2pcb config.py
templatesdir = @templatesdir@
@@ -45,12 +45,13 @@ do_subst = sed -e 's,[@]prefix[@],$(prefix),g' \
-e 's,[@]templatesdir[@],$(templatesdir),g' \
-e 's,[@]PACKAGE[@],$(PACKAGE),g'
-all: $(pkglib_PYTHON)
+all: $(pkglib_PYTHON) $(nodist_pkglib_PYTHON)
-lib/xgsch2pcb/config.py: lib/xgsch2pcb/config.py.in Makefile
- $(do_subst) < $(srcdir)/lib/xgsch2pcb/config.py.in > lib/xgsch2pcb/config.py
+config.py: lib/xgsch2pcb/config.py.in Makefile
+ $(do_subst) < $(srcdir)/lib/xgsch2pcb/config.py.in > $@
xgsch2pcb: xgsch2pcb.in Makefile
- $(do_subst) < $(srcdir)/xgsch2pcb.in > xgsch2pcb
+ $(do_subst) < $(srcdir)/xgsch2pcb.in > $@
chmod +x xgsch2pcb
+
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs