~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-05 22:32:37 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20120305223237-iomimlei8d1813n4
Tags: upstream-3.3.91
ImportĀ upstreamĀ versionĀ 3.3.91

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
################################################################################
298
312
db2omf_args = \
299
313
        --stringparam db2omf.basename $(DOC_MODULE)                             \
300
314
        --stringparam db2omf.format $(3)                                        \
411
425
        project-audio.page \
412
426
        project-data.page \
413
427
        project-disc-copy.page \
 
428
        project-image-burn.page \
414
429
        project-save.page \
415
430
        project-video.page \
416
431
        split-track.page \
417
 
        tools-blank.page
 
432
        tools-blank.page \
 
433
        tools-check-integrity.page
418
434
 
419
435
 
420
436
# List of translations
421
 
DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr gl it ko pl ro ru sl sv zh_CN zh_HK zh_TW
 
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
422
438
all: all-am
423
439
 
424
440
.SUFFIXES:
703
719
          echo "The file '$(_skcontentslist)' does not exist." >&2;             \
704
720
          echo "Please check your ScrollKeeper installation." >&2;              \
705
721
          exit 1; }
706
 
        xsltproc -o $@ $(call db2omf_args,$@,$<,'docbook') || { rm -f "$@"; exit 1; }
 
722
        $(GDU_V_DB2OMF)xsltproc -o $@ $(call db2omf_args,$@,$<,'docbook') || { rm -f "$@"; exit 1; }
707
723
 
708
724
$(_DOC_OMF_HTML) : $(_DOC_OMF_IN)
709
725
$(_DOC_OMF_HTML) : $(DOC_MODULE)-html-%.omf : %/$(DOC_MODULE).xml
711
727
@ENABLE_SK_TRUE@          echo "The file '$(_skcontentslist)' does not exist" >&2;              \
712
728
@ENABLE_SK_TRUE@          echo "Please check your ScrollKeeper installation." >&2;              \
713
729
@ENABLE_SK_TRUE@          exit 1; }
714
 
        xsltproc -o $@ $(call db2omf_args,$@,$<,'xhtml') || { rm -f "$@"; exit 1; }
 
730
        $(GDU_V_DB2OMF)xsltproc -o $@ $(call db2omf_args,$@,$<,'xhtml') || { rm -f "$@"; exit 1; }
715
731
 
716
732
.PHONY: omf
717
733
omf: $(_DOC_OMF_ALL)
750
766
        fi
751
767
 
752
768
$(_DOC_MOFILES): %.mo: %.po
753
 
        @if ! test -d $(dir $@); then \
754
 
          echo "mkdir $(dir $@)"; \
755
 
          mkdir "$(dir $@)"; \
756
 
        fi
757
 
        msgfmt -o $@ $<
 
769
        $(AM_V_at)if ! test -d $(dir $@); then mkdir "$(dir $@)"; fi
 
770
        $(GDU_V_MSGFMT)msgfmt -o $@ $<
758
771
 
759
772
# FIXME: fix the dependancy
760
773
# FIXME: hook xml2po up
761
774
$(_DOC_LC_DOCS) : $(_DOC_MOFILES)
762
775
$(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
763
 
        if ! test -d $(dir $@); then mkdir $(dir $@); fi
764
 
        if [ -f "C/$(notdir $@)" ]; then d="../"; else d="$(_DOC_ABS_SRCDIR)/"; fi; \
 
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
778
        mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \
766
779
        if [ -f "$${mo}" ]; then mo="../$${mo}"; else mo="$(_DOC_ABS_SRCDIR)/$${mo}"; fi; \
767
780
        (cd $(dir $@) && \
771
784
.PHONY: pot
772
785
pot: $(_DOC_POT)
773
786
$(_DOC_POT): $(_DOC_C_DOCS_NOENT)
774
 
        $(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
 
787
        $(GDU_V_XML2PO)$(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
775
788
 
776
789
$(_DOC_HTML_TOPS): $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
777
 
        xsltproc -o $@ --xinclude --param db.chunk.chunk_top "false()" --stringparam db.chunk.basename "$(DOC_MODULE)" --stringparam db.chunk.extension ".xhtml" $(_db2html) $(patsubst %.xhtml,%.xml,$@)
 
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,$@)
778
791
 
779
792
################################################################################
780
793