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

« back to all changes in this revision

Viewing changes to glchess/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:
207
207
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
208
208
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
209
209
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
210
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
211
210
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
212
211
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
213
212
INTLTOOL_MERGE = @INTLTOOL_MERGE@
214
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
215
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
216
213
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
217
214
INTLTOOL_PERL = @INTLTOOL_PERL@
 
215
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
218
216
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
219
217
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
220
218
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
226
224
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
227
225
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
228
226
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
229
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
230
227
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
231
228
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
232
229
LDADD = @LDADD@
282
279
RANLIB = @RANLIB@
283
280
RSVG_CFLAGS = @RSVG_CFLAGS@
284
281
RSVG_LIBS = @RSVG_LIBS@
 
282
SED = @SED@
285
283
SET_MAKE = @SET_MAKE@
286
284
SHELL = @SHELL@
287
285
STRIP = @STRIP@
846
844
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS) $(_DOC_POFILES)'; \
847
845
        for doc in $$list; do \
848
846
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
 
847
            docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
848
            if ! test -d "$(distdir)/$$docdir"; then \
 
849
              echo "$(mkinstalldirs) $(distdir)/$$docdir"; \
 
850
              $(mkinstalldirs) "$(distdir)/$$docdir"; \
 
851
            fi; \
849
852
          echo "$(INSTALL_DATA) $$d$$doc $(distdir)/$$doc"; \
850
853
          $(INSTALL_DATA) "$$d$$doc" "$(distdir)/$$doc"; \
851
854
        done
914
917
        done
915
918
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
916
919
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
 
920
          docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
921
          docdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$docdir"; \
 
922
          if ! test -d "$$docdir"; then \
 
923
            echo "$(mkinstalldirs) $$docdir"; \
 
924
            $(mkinstalldirs) "$$docdir"; \
 
925
          fi; \
917
926
          echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
918
927
          $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc; \
919
928
        done
981
990
 
982
991
uninstall-doc-omf:
983
992
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
984
 
          if test "x$(_ENABLE_SK)" == "xtrue"; then \
 
993
          if test "x$(_ENABLE_SK)" = "xtrue"; then \
985
994
            echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
986
995
            scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
987
996
          fi; \