[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.1.0-20070705-3-gee1821a)



The branch, master has been updated
       via  ee1821ad48f0553d9287be6be9ca7fd3e5c965e9 (commit)
       via  7b0a601081c86df01dc55396e8ad41972e05ac75 (commit)
      from  22d475b9beb10be2aa27197d6ad59f728a1f034f (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                 |   10 +++++-----
 docs/scripts/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


=================
 Commit Messages
=================

commit ee1821ad48f0553d9287be6be9ca7fd3e5c965e9
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Thu Jul 5 09:11:20 2007 -0400

    Added new script to EXTRA_DIST

:100644 100644 1ce8c52... 02fc1ec... M	docs/scripts/Makefile.am

commit 7b0a601081c86df01dc55396e8ad41972e05ac75
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Thu Jul 5 09:09:05 2007 -0400

    Picked a new a dependency file for the symbols target since it got moved

:100644 100644 94625b0... 751d3c7... M	Makefile

=========
 Changes
=========

commit ee1821ad48f0553d9287be6be9ca7fd3e5c965e9
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Thu Jul 5 09:11:20 2007 -0400

    Added new script to EXTRA_DIST

diff --git a/docs/scripts/Makefile.am b/docs/scripts/Makefile.am
index 1ce8c52..02fc1ec 100644
--- a/docs/scripts/Makefile.am
+++ b/docs/scripts/Makefile.am
@@ -2,7 +2,7 @@
 ##
 
 EXTRA_DIST = postproc.sh wikifetch.sh wikicommit.sh populatemkfiles.sh \
-             copywip.sh removedups.sh
+             copywip.sh removedups.sh copygitignores.sh
 
 MOSTLYCLEANFILES =	*.log *~
 CLEANFILES = 		*.log *~

commit 7b0a601081c86df01dc55396e8ad41972e05ac75
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Thu Jul 5 09:09:05 2007 -0400

    Picked a new a dependency file for the symbols target since it got moved

diff --git a/Makefile b/Makefile
index 94625b0..751d3c7 100644
--- a/Makefile
+++ b/Makefile
@@ -220,20 +220,20 @@ proto: libgeda_proto gschem_proto gnetlist_proto gattrib_proto gsymcheck_proto
 symbols: $(DIR_PREFIX)symbols$(CD_VERSION)/configure
 	@echo symbols Installed 
 
-symbols_maint: $(DIR_PREFIX)symbols$(CD_VERSION)/system-gafrc
+symbols_maint: $(DIR_PREFIX)symbols$(CD_VERSION)/geda-font.scm
 	( cd $(DIR_PREFIX)symbols$(CD_VERSION); ${MAKE} maintainer-clean )
 
-symbols_clean: $(DIR_PREFIX)symbols$(CD_VERSION)/system-gafrc
+symbols_clean: $(DIR_PREFIX)symbols$(CD_VERSION)/geda-font.scm
 	( cd $(DIR_PREFIX)symbols$(CD_VERSION); ${MAKE} clean )
 
-symbols_distclean: $(DIR_PREFIX)symbols$(CD_VERSION)/system-gafrc
+symbols_distclean: $(DIR_PREFIX)symbols$(CD_VERSION)/geda-font.scm
 	( cd $(DIR_PREFIX)symbols$(CD_VERSION); ${MAKE} distclean )
 
 symbols_install: $(DIR_PREFIX)symbols$(CD_VERSION)/configure \
 	         $(DIR_PREFIX)symbols$(CD_VERSION)/Makefile 
 	( cd $(DIR_PREFIX)symbols$(CD_VERSION); ${MAKE} install )
 
-symbols_uninstall: $(DIR_PREFIX)symbols$(CD_VERSION)/system-gafrc
+symbols_uninstall: $(DIR_PREFIX)symbols$(CD_VERSION)/geda-font.scm
 	( cd $(DIR_PREFIX)symbols$(CD_VERSION); ${MAKE} uninstall )
 
 symbols_config: $(DIR_PREFIX)symbols$(CD_VERSION)/configure
@@ -734,7 +734,7 @@ $(DIR_PREFIX)gattrib$(CD_VERSION)/config.h:
 $(DIR_PREFIX)gattrib$(CD_VERSION)/configure: 
 	( cd $(DIR_PREFIX)gattrib$(CD_VERSION); ./autogen.sh )
 
-$(DIR_PREFIX)symbols$(CD_VERSION)/system-gafrc:
+$(DIR_PREFIX)symbols$(CD_VERSION)/geda-font.scm:
 	( cd $(DIR_PREFIX)symbols$(CD_VERSION); \
 	  ./configure --prefix=$(prefix) $(opts) )
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs