From: <the...@us...> - 2006-09-10 20:14:47
|
Revision: 17226 http://svn.sourceforge.net/gaim/?rev=17226&view=rev Author: thekingant Date: 2006-09-10 13:14:43 -0700 (Sun, 10 Sep 2006) Log Message: ----------- Fix two Makefiles to include the correct files in EXTRA_DIST Modified Paths: -------------- trunk/Makefile.am trunk/doc/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-09-10 20:12:24 UTC (rev 17225) +++ trunk/Makefile.am 2006-09-10 20:14:43 UTC (rev 17226) @@ -1,22 +1,26 @@ EXTRA_DIST = \ COPYRIGHT \ + ChangeLog.API \ + ChangeLog.win32 \ Doxyfile.in \ + HACKING \ + Makefile.mingw \ + PLUGIN_HOWTO \ + PROGRAMMING_NOTES \ + README.SVN \ + README.dbus \ + README.mingw \ + VERSION.in \ gaim.pc.in \ gaim.spec.in \ gaim.apspec.in \ gaim.desktop.in \ gaim.service.in \ gaim-installer.nsi \ - HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ - PROGRAMMING_NOTES \ - ChangeLog.win32 \ config.h.mingw \ - Makefile.mingw \ - README.mingw \ - VERSION.in \ gtk/plugins/win32/transparency/Makefile.mingw \ gtk/plugins/win32/transparency/win2ktrans.c \ gtk/plugins/win32/winprefs/gtkappbar.c \ Modified: trunk/doc/Makefile.am =================================================================== --- trunk/doc/Makefile.am 2006-09-10 20:12:24 UTC (rev 17225) +++ trunk/doc/Makefile.am 2006-09-10 20:14:43 UTC (rev 17226) @@ -2,7 +2,6 @@ EXTRA_DIST = \ C-HOWTO.dox \ - CREDITS \ FAQ \ PERL-HOWTO.dox \ TCL-HOWTO.dox \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |