[gnome-builder] Revert "library-template: move i18n condition to online"



commit 188beb4f0f5479dfc9a2fcc032b1954f27f024e8
Author: Igor Gnatenko <i gnatenko brain gmail com>
Date:   Fri Feb 12 15:47:26 2016 +0100

    Revert "library-template: move i18n condition to online"
    
    It should be done in tmpl parser...
    
    This reverts commit 0a39b48e7f0b267c001c46bff47b1daeb67f981c.

 .../library_template/shared-library/Makefile.am    |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/library-template/library_template/shared-library/Makefile.am 
b/plugins/library-template/library_template/shared-library/Makefile.am
index dfd22df..3bc1262 100644
--- a/plugins/library-template/library_template/shared-library/Makefile.am
+++ b/plugins/library-template/library_template/shared-library/Makefile.am
@@ -1,6 +1,8 @@
 SUBDIRS = \
        data \
-       {{if enable_i18n}}po \{{end}}
+{{if enable_i18n}}
+       po \
+{{end}}
        src \
        $(NULL)
 


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