summaryrefslogtreecommitdiff
path: root/nls/es_ES
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-28 12:39:23 +0000
committerDana Jansens <danakj@orodu.net>2002-05-28 12:39:23 +0000
commit12fcb33bfaa03b3c6245d15bfb1809f7facc857f (patch)
tree5535416dc05fbb9537d4bda59425bd0e8588b6e1 /nls/es_ES
parentb48e215ca642d1973e0b1b71e632657c2679443a (diff)
re-added UnderMouse Placement
added NLS support in the new configure system.
Diffstat (limited to 'nls/es_ES')
-rw-r--r--nls/es_ES/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am
index 0108edb9..fe6d2150 100644
--- a/nls/es_ES/Makefile.am
+++ b/nls/es_ES/Makefile.am
@@ -10,7 +10,7 @@ MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdi
all-local: openbox.cat
install-data-local: openbox.cat
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
echo "Installing catalog in $(THE_NLS_PATH)"; \
$(mkinstalldirs) $(THE_NLS_PATH); \
$(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \
@@ -18,19 +18,19 @@ install-data-local: openbox.cat
ln -f -s es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \
fi
uninstall-local:
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
rm -f $(THE_NLS_PATH)/openbox.cat; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
rmdir $(THE_NLS_PATH); \
fi
Translation.m: $(MFILES)
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \
fi
openbox.cat: Translation.m
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
$(gencat_cmd) openbox.cat Translation.m; \
fi