~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: mvo
  • Date: 2004-11-21 16:33:06 UTC
  • Revision ID: gustavo@niemeyer.net-20041121163306-1aa02b6941ee8bcf
* removed all GTK_CHECK_VERSION(2,2,0) calls, we only support 2.4 and better
* removed ZvtTerminal support (old, unmaintained, buggy and broken)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
gnulocaledir = $(datadir)/locale
33
33
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
34
34
subdir = po
 
35
install_sh = @install_sh@
 
36
mkdir_p = @mkdir_p@
 
37
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
35
38
 
36
39
INSTALL = @INSTALL@
37
40
INSTALL_DATA = @INSTALL_DATA@
38
 
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
39
41
 
40
42
CC = @CC@
41
43
GENCAT = @GENCAT@
102
104
install-data: install-data-@USE_NLS@
103
105
install-data-no: all
104
106
install-data-yes: all
105
 
        if test -r "$(MKINSTALLDIRS)"; then \
 
107
        if test -n "$(MKINSTALLDIRS)"; then \
106
108
          $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
107
109
        else \
108
110
          $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
116
118
          esac; \
117
119
          lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
118
120
          dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
119
 
          if test -r "$(MKINSTALLDIRS)"; then \
 
121
          if test -n "$(MKINSTALLDIRS)"; then \
120
122
            $(MKINSTALLDIRS) $$dir; \
121
123
          else \
122
124
            $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
144
146
          fi; \
145
147
        done
146
148
        if test "$(PACKAGE)" = "glib"; then \
147
 
          if test -r "$(MKINSTALLDIRS)"; then \
 
149
          if test -n "$(MKINSTALLDIRS)"; then \
148
150
            $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
149
151
          else \
150
152
            $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \