gtranslator r3718 - trunk



Author: icq
Date: Mon Sep 22 09:44:41 2008
New Revision: 3718
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3718&view=rev

Log:
2008-08-23  Lincoln de Sousa  <lincoln minaslivre org>

	reviewed by: Ignacio Casal Quinteiro

	* Makefile.am: Fixing the order of SUBDIRS, because doc scanner
	links against libgtranslator and it was being compiled *after*
doc
	generation.

Modified:
   trunk/ChangeLog
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Mon Sep 22 09:44:41 2008
@@ -1,6 +1,6 @@
 ## the main Makefile.am
 
-SUBDIRS = data doc help man src plugins po
+SUBDIRS = data help man src doc plugins po
 
 EXTRA_DIST= \
 		DEPENDS \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]