From: Dan F. <dfa...@us...> - 2009-11-23 21:29:13
|
Update of /cvsroot/libexif/libexif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10738 Modified Files: Makefile.am ChangeLog Log Message: Include README-Win32.txt in all source distributions Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.46 retrieving revision 1.47 diff -u -p -d -r1.46 -r1.47 --- Makefile.am 6 Nov 2008 06:54:48 -0000 1.46 +++ Makefile.am 23 Nov 2009 21:28:58 -0000 1.47 @@ -1,10 +1,6 @@ SUBDIRS = m4m po libexif test doc binary contrib -if SHIP_BINARIES -README_W32_XDIST = README-Win32.txt -endif - -EXTRA_DIST = @PACKAGE_TARNAME@.spec $(README_W32_XDIST) +EXTRA_DIST = @PACKAGE_TARNAME@.spec README-Win32.txt pkgconfigdir = $(libdir)/pkgconfig Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.338 retrieving revision 1.339 diff -u -p -d -r1.338 -r1.339 --- ChangeLog 17 Nov 2009 19:22:55 -0000 1.338 +++ ChangeLog 23 Nov 2009 21:28:58 -0000 1.339 @@ -1,3 +1,7 @@ +2009-11-23 Dan Fandrich <da...@co...> + + * Include README-Win32.txt in all source distributions + 2009-11-16 Dan Fandrich <da...@co...> * po/ja.po: Updated Japanese translation by Tadashi Jokagi |