~psusi/ubuntu/saucy/brasero/fix-drive-selector

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-27 10:34:57 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20120327103457-86qt4pti869xqdzz
Tags: 3.4.0-0ubuntu1
* New upstream release:
  - Translations updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
@ENABLE_SK_TRUE@_ENABLE_SK = true
296
296
 
297
297
################################################################################
298
 
GDU_V_XML2PO = $(GDU__v_XML2PO_$(V))
299
 
GDU__v_XML2PO_ = $(GDU__v_XML2PO_$(AM_DEFAULT_VERBOSITY))
300
 
GDU__v_XML2PO_0 = @echo "  XML2PO" $@;
301
 
GDU_V_MSGFMT = $(GDU__v_MSGFMT_$(V))
302
 
GDU__v_MSGFMT_ = $(GDU__v_MSGFMT_$(AM_DEFAULT_VERBOSITY))
303
 
GDU__v_MSGFMT_0 = @echo "  MSGFMT" $@;
304
 
GDU_V_DB2OMF = $(GDU__v_DB2OMF_$(V))
305
 
GDU__v_DB2OMF_ = $(GDU__v_DB2OMF_$(AM_DEFAULT_VERBOSITY))
306
 
GDU__v_DB2OMF_0 = @echo "  DB2OMF" $@;
307
 
GDU_V_DB2HTM = $(GDU__v_DB2HTM_$(V))
308
 
GDU__v_DB2HTM_ = $(GDU__v_DB2HTM_$(AM_DEFAULT_VERBOSITY))
309
 
GDU__v_DB2HTM_0 = @echo "  DB2HTM" $@;
310
 
 
311
 
################################################################################
312
298
db2omf_args = \
313
299
        --stringparam db2omf.basename $(DOC_MODULE)                             \
314
300
        --stringparam db2omf.format $(3)                                        \
434
420
 
435
421
 
436
422
# List of translations
437
 
DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr gl hu it ko lv pl ro ru sl sv zh_CN zh_HK zh_TW
 
423
DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr gl hu it ko lv pl ro ru sl te sv zh_CN zh_HK zh_TW
438
424
all: all-am
439
425
 
440
426
.SUFFIXES:
719
705
          echo "The file '$(_skcontentslist)' does not exist." >&2;             \
720
706
          echo "Please check your ScrollKeeper installation." >&2;              \
721
707
          exit 1; }
722
 
        $(GDU_V_DB2OMF)xsltproc -o $@ $(call db2omf_args,$@,$<,'docbook') || { rm -f "$@"; exit 1; }
 
708
        xsltproc -o $@ $(call db2omf_args,$@,$<,'docbook') || { rm -f "$@"; exit 1; }
723
709
 
724
710
$(_DOC_OMF_HTML) : $(_DOC_OMF_IN)
725
711
$(_DOC_OMF_HTML) : $(DOC_MODULE)-html-%.omf : %/$(DOC_MODULE).xml
727
713
@ENABLE_SK_TRUE@          echo "The file '$(_skcontentslist)' does not exist" >&2;              \
728
714
@ENABLE_SK_TRUE@          echo "Please check your ScrollKeeper installation." >&2;              \
729
715
@ENABLE_SK_TRUE@          exit 1; }
730
 
        $(GDU_V_DB2OMF)xsltproc -o $@ $(call db2omf_args,$@,$<,'xhtml') || { rm -f "$@"; exit 1; }
 
716
        xsltproc -o $@ $(call db2omf_args,$@,$<,'xhtml') || { rm -f "$@"; exit 1; }
731
717
 
732
718
.PHONY: omf
733
719
omf: $(_DOC_OMF_ALL)
766
752
        fi
767
753
 
768
754
$(_DOC_MOFILES): %.mo: %.po
769
 
        $(AM_V_at)if ! test -d $(dir $@); then mkdir "$(dir $@)"; fi
770
 
        $(GDU_V_MSGFMT)msgfmt -o $@ $<
 
755
        @if ! test -d $(dir $@); then \
 
756
          echo "mkdir $(dir $@)"; \
 
757
          mkdir "$(dir $@)"; \
 
758
        fi
 
759
        msgfmt -o $@ $<
771
760
 
772
761
# FIXME: fix the dependancy
773
762
# FIXME: hook xml2po up
774
763
$(_DOC_LC_DOCS) : $(_DOC_MOFILES)
775
764
$(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
776
 
        $(AM_V_at)if ! test -d $(dir $@); then mkdir $(dir $@); fi
777
 
        $(GDU_V_XML2PO)if [ -f "C/$(notdir $@)" ]; then d="../"; else d="$(_DOC_ABS_SRCDIR)/"; fi; \
 
765
        if ! test -d $(dir $@); then mkdir $(dir $@); fi
 
766
        if [ -f "C/$(notdir $@)" ]; then d="../"; else d="$(_DOC_ABS_SRCDIR)/"; fi; \
778
767
        mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \
779
768
        if [ -f "$${mo}" ]; then mo="../$${mo}"; else mo="$(_DOC_ABS_SRCDIR)/$${mo}"; fi; \
780
769
        (cd $(dir $@) && \
784
773
.PHONY: pot
785
774
pot: $(_DOC_POT)
786
775
$(_DOC_POT): $(_DOC_C_DOCS_NOENT)
787
 
        $(GDU_V_XML2PO)$(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
 
776
        $(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
788
777
 
789
778
$(_DOC_HTML_TOPS): $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
790
 
        $(GDU_V_DB2HTM)xsltproc -o $@ --xinclude --param db.chunk.chunk_top "false()" --stringparam db.chunk.basename "$(DOC_MODULE)" --stringparam db.chunk.extension ".xhtml" $(_db2html) $(patsubst %.xhtml,%.xml,$@)
 
779
        xsltproc -o $@ --xinclude --param db.chunk.chunk_top "false()" --stringparam db.chunk.basename "$(DOC_MODULE)" --stringparam db.chunk.extension ".xhtml" $(_db2html) $(patsubst %.xhtml,%.xml,$@)
791
780
 
792
781
################################################################################
793
782