Revision: 651 Author: ntrel Date: 2006-07-29 05:17:30 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=651&view=rev
Log Message: ----------- Add win32 build files to EXTRA_DIST
Modified Paths: -------------- trunk/ChangeLog trunk/Makefile.am Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-07-29 12:06:00 UTC (rev 650) +++ trunk/ChangeLog 2006-07-29 12:17:30 UTC (rev 651) @@ -2,6 +2,7 @@
* src/msgwindow.c, src/msgwindow.h, src/callbacks.c, src/search.c: Remember Find in files directory for opening grep results. + * Makefile.am: Add win32 build files to EXTRA_DIST.
2006-07-28 Enrico Tröger enrico.troeger@uvena.de
Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-07-29 12:06:00 UTC (rev 650) +++ trunk/Makefile.am 2006-07-29 12:17:30 UTC (rev 651) @@ -2,18 +2,26 @@
SUBDIRS = tagmanager scintilla src po doc
+WIN32_BUILD_FILES = \ + geany_private.rc \ + win32-config.h \ + makefile.win32 \ + scintilla/makefile.win32 \ + tagmanager/makefile.win32 \ + src/makefile.win32 + EXTRA_DIST = \ autogen.sh \ geany.desktop.in \ geany.spec \ geany.glade \ - geany_private.rc \ geany.gladep \ data/global.tags \ data/php.tags \ data/latex.tags \ data/html_entities.tags \ - data/filetypes.* + data/filetypes.* \ + $(WIN32_BUILD_FILES)
uninstall-local: rm -rf $(DESTDIR)$(pkgdatadir);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.