diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-15 18:49:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-15 18:49:53 +0000 |
| commit | f7604fbe619b4fdccb994ccd6588426b1439770e (patch) | |
| tree | dd89b43e473a6038a7c6239054d5a80e7e296605 /nls/ro_RO | |
| parent | b19065cc4cbfc67dfce516f0da8375328c01ba69 (diff) | |
fix nls' that didnt build
Diffstat (limited to 'nls/ro_RO')
| -rw-r--r-- | nls/ro_RO/Makefile.am | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/nls/ro_RO/Makefile.am b/nls/ro_RO/Makefile.am index 6db97514..9181980b 100644 --- a/nls/ro_RO/Makefile.am +++ b/nls/ro_RO/Makefile.am @@ -3,32 +3,35 @@ NLSTEST = @NLS@ THE_LANG = ro_RO THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG) -CLEANFILES = blackbox.cat +CLEANFILES = openbox.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 \ +all-local: openbox.cat +install-data-local: openbox.cat + @if test x$(NLSTEST) = "xyes"; then \ echo "Installing catalog in $(THE_NLS_PATH)"; \ $(mkinstalldirs) $(THE_NLS_PATH); \ - $(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \ + $(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \ + rm -f $(DESTDIR)$(pkgdatadir)/nls/ro; \ + ln -f -s ro_RO $(DESTDIR)$(pkgdatadir)/nls/ro; \ fi uninstall-local: - @if test x$(NLSTEST) = "x-DNLS"; then \ - rm -f $(THE_NLS_PATH)/blackbox.cat; \ + @if test x$(NLSTEST) = "xyes"; then \ + rm -f $(THE_NLS_PATH)/openbox.cat; \ + rm -f $(DESTDIR)$(pkgdatadir)/nls/ro; \ 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 -blackbox.cat: Translation.m - @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ +openbox.cat: Translation.m + @if test x$(NLSTEST) = "xyes"; then \ + $(gencat_cmd) openbox.cat Translation.m; \ fi distclean-local: |
