SF.net SVN: geany: [529] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Jul 3 11:31:07 UTC 2006


Revision: 529
Author:   eht16
Date:     2006-07-03 04:31:00 -0700 (Mon, 03 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=529&view=rev

Log Message:
-----------
Fixed wrong dependency in target 'install'.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-07-02 19:11:45 UTC (rev 528)
+++ trunk/ChangeLog	2006-07-03 11:31:00 UTC (rev 529)
@@ -1,3 +1,8 @@
+2006-07-03  Enrico Tröger  <enrico.troeger at uvena.de>
+
+ * doc/Makefile.am: Fixed wrong dependency in target 'install'.
+
+
 2006-07-02  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/callbacks.c, src/msgwindow.c, src/utils.c:

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2006-07-02 19:11:45 UTC (rev 528)
+++ trunk/doc/Makefile.am	2006-07-03 11:31:00 UTC (rev 529)
@@ -36,7 +36,7 @@
 uninstall-local:
 	rm -rf $(DOCDIR);
 
-install-data-local: geany.txt htmldoc
+install-data-local:
 	$(mkinstalldirs) $(DOCDIR)/html/images
 	for file in `ls $(HTML_FILES)`; do \
 	  if [ -f $$file ]; then \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list