summaryrefslogtreecommitdiff
path: root/nls/C
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/C
parentb48e215ca642d1973e0b1b71e632657c2679443a (diff)
re-added UnderMouse Placement
added NLS support in the new configure system.
Diffstat (limited to 'nls/C')
-rw-r--r--nls/C/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
index 9c0c39ce..f13b6b84 100644
--- a/nls/C/Makefile.am
+++ b/nls/C/Makefile.am
@@ -8,7 +8,7 @@ MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdi
all-local: Translation.m openbox.cat
install-data-local: openbox.cat
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \
$(INSTALL_DATA) openbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \
@@ -24,7 +24,7 @@ install-data-local: openbox.cat
ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en; \
fi
uninstall-local:
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
rm -f $(DESTDIR)$(pkgdatadir)/nls/C/openbox.cat; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
@@ -42,7 +42,7 @@ Translation.m: $(MFILES)
output=Translation.m $(MFILES)
openbox.cat: Translation.m
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
$(gencat_cmd) openbox.cat Translation.m; \
fi