Update of /cvsroot/gqclient/gq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14336
Modified Files:
ChangeLog Makefile.am
Log Message:
2006-04-11 Sven Herzberg <he...@gn...>
* Makefile.am: include the intl directory to the distfiles
* src/mainwin.c: fix the about dialog, error pointed out by
Gergely Tamas
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gqclient/gq/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** ChangeLog 9 Apr 2006 21:42:06 -0000 1.81
--- ChangeLog 11 Apr 2006 11:34:42 -0000 1.82
***************
*** 1,2 ****
--- 1,8 ----
+ 2006-04-11 Sven Herzberg <he...@gn...>
+
+ * Makefile.am: include the intl directory to the distfiles
+ * src/mainwin.c: fix the about dialog, error pointed out by
+ Gergely Tamas
+
# 1.0 RC 1
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gqclient/gq/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile.am 7 Apr 2006 20:33:36 -0000 1.14
--- Makefile.am 11 Apr 2006 11:34:42 -0000 1.15
***************
*** 3,7 ****
SUBDIRS = m4 intl src icons po
! EXTRA_DIST = config.rpath mkinstalldirs gq.spec.in README.TLS README.NLS README.langpack RELNOTES
dist-hook: gq.spec
--- 3,7 ----
SUBDIRS = m4 intl src icons po
! EXTRA_DIST = config.rpath mkinstalldirs gq.spec.in README.TLS README.NLS README.langpack RELNOTES intl
dist-hook: gq.spec
|