~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid-updates

« back to all changes in this revision

Viewing changes to gtali/help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2007-11-21 13:43:08 UTC
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: package-import@ubuntu.com-20071121134308-3m2zeh0776quevvk
Tags: upstream-2.21.2
ImportĀ upstreamĀ versionĀ 2.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
221
221
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
222
222
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
223
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
224
223
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
225
224
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
226
225
INTLTOOL_MERGE = @INTLTOOL_MERGE@
227
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
228
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
229
226
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
230
227
INTLTOOL_PERL = @INTLTOOL_PERL@
 
228
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
231
229
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
232
230
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
233
231
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
239
237
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
240
238
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
241
239
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
242
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
243
240
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
244
241
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
245
242
LDADD = @LDADD@
295
292
RANLIB = @RANLIB@
296
293
RSVG_CFLAGS = @RSVG_CFLAGS@
297
294
RSVG_LIBS = @RSVG_LIBS@
 
295
SED = @SED@
298
296
SET_MAKE = @SET_MAKE@
299
297
SHELL = @SHELL@
300
298
STRIP = @STRIP@
1013
1011
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS) $(_DOC_POFILES)'; \
1014
1012
        for doc in $$list; do \
1015
1013
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
 
1014
            docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
1015
            if ! test -d "$(distdir)/$$docdir"; then \
 
1016
              echo "$(mkinstalldirs) $(distdir)/$$docdir"; \
 
1017
              $(mkinstalldirs) "$(distdir)/$$docdir"; \
 
1018
            fi; \
1016
1019
          echo "$(INSTALL_DATA) $$d$$doc $(distdir)/$$doc"; \
1017
1020
          $(INSTALL_DATA) "$$d$$doc" "$(distdir)/$$doc"; \
1018
1021
        done
1081
1084
        done
1082
1085
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
1083
1086
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
 
1087
          docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
1088
          docdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$docdir"; \
 
1089
          if ! test -d "$$docdir"; then \
 
1090
            echo "$(mkinstalldirs) $$docdir"; \
 
1091
            $(mkinstalldirs) "$$docdir"; \
 
1092
          fi; \
1084
1093
          echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
1085
1094
          $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc; \
1086
1095
        done
1148
1157
 
1149
1158
uninstall-doc-omf:
1150
1159
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
1151
 
          if test "x$(_ENABLE_SK)" == "xtrue"; then \
 
1160
          if test "x$(_ENABLE_SK)" = "xtrue"; then \
1152
1161
            echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
1153
1162
            scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
1154
1163
          fi; \