]> www.fi.muni.cz Git - evince.git/blobdiff - data/Makefile.am
Updated Serbian translation
[evince.git] / data / Makefile.am
index 4d54847d38b670175da898eef942417b2aa48271..883a3aa697f3ddc1cd6b774fc054866e46d883ed 100644 (file)
@@ -41,6 +41,7 @@ desktop_DATA = $(DESKTOP_FILES)
 # GConf schema
 #
 
+if WITH_GCONF
 @INTLTOOL_SCHEMAS_RULE@
 
 schema_in_files = evince.schemas.in
@@ -71,6 +72,13 @@ if GCONF_SCHEMAS_INSTALL
        fi
 endif
 
+else
+
+install-schemas:
+uninstall-schemas:
+
+endif
+
 #
 # GTK icon cache
 #
@@ -108,5 +116,3 @@ EXTRA_DIST =                                \
 DISTCLEANFILES = \
        $(DESKTOP_FILES)        \
        $(schema_DATA)
-
-