summaryrefslogtreecommitdiff
path: root/nls/pl_PL/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-10-31 07:22:56 +0000
committerDana Jansens <danakj@orodu.net>2002-10-31 07:22:56 +0000
commit4aaf063aa2842893bbaa59fe7f3ac83d885c2e38 (patch)
treee75bdf9af9b1598724f4b0f6849c52cb587e890c /nls/pl_PL/Makefile.am
parentdb451d95bf97b8a8e995f031ac98da50606fd3a0 (diff)
rming all the nls bullshit. gettext.
Diffstat (limited to 'nls/pl_PL/Makefile.am')
-rw-r--r--nls/pl_PL/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/nls/pl_PL/Makefile.am b/nls/pl_PL/Makefile.am
deleted file mode 100644
index 56fd9ade..00000000
--- a/nls/pl_PL/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-# Makefile.am for Blackbox - an X11 Window Manager
-
-NLSTEST = @NLS@
-THE_LANG = pl_PL
-THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)
-CLEANFILES = blackbox.cat
-MAINTAINERCLEANFILES = Makefile.in Translation.m
-DISTCLEANFILES = Translation.m
-MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdir@/Icon.m @srcdir@/Image.m @srcdir@/Screen.m @srcdir@/Slit.m @srcdir@/Toolbar.m @srcdir@/Window.m @srcdir@/Windowmenu.m @srcdir@/Workspace.m @srcdir@/Workspacemenu.m @srcdir@/blackbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m
-
-all-local: blackbox.cat
-install-data-local: blackbox.cat
- @if test x$(NLSTEST) = "x-DNLS"; then \
- echo "Installing catalog in $(THE_NLS_PATH)"; \
- $(mkinstalldirs) $(THE_NLS_PATH); \
- $(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \
- fi
-uninstall-local:
- @if test x$(NLSTEST) = "x-DNLS"; then \
- rm -f $(THE_NLS_PATH)/blackbox.cat; \
- rmdir $(THE_NLS_PATH); \
- fi
-
-Translation.m: $(MFILES)
- @if test x$(NLSTEST) = "x-DNLS"; then \
- awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \
- fi
-
-blackbox.cat: Translation.m
- @if test x$(NLSTEST) = "x-DNLS"; then \
- $(gencat_cmd) blackbox.cat Translation.m; \
- fi
-
-distclean-local:
- rm -f *\~ .\#*