~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-19 10:28:47 UTC
  • mfrom: (3431.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080519102847-gajpztvp1etjjs2d
Spanish user documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        doc/en/user-reference/bzr_man.txt \
84
84
        doc/en/developer-guide/HACKING.txt \
85
85
        doc/en/release-notes/NEWS.txt
86
 
doc_dir := doc/en/tutorials
87
 
txt_files := $(wildcard $(addsuffix /*.txt, $(doc_dir))) $(derived_txt_files) \
 
86
txt_files := $(wildcard doc/en/tutorials/*.txt) \
 
87
        $(derived_txt_files) \
88
88
        doc/en/user-guide/index.txt \
89
89
        doc/en/mini-tutorial/index.txt \
90
 
        doc/index.txt
 
90
        $(wildcard doc/es/guia-usario/*.txt) \
 
91
        doc/es/mini-tutorial/index.txt \
 
92
        doc/index.txt \
 
93
        doc/index.es.txt
91
94
non_txt_files := \
92
95
       doc/default.css \
93
96
       doc/en/quick-reference/quick-start-summary.svg \
94
97
       doc/en/quick-reference/quick-start-summary.png \
95
98
       doc/en/quick-reference/quick-start-summary.pdf \
96
 
       $(wildcard doc/en/user-guide/images/*.png)
 
99
       $(wildcard doc/en/user-guide/images/*.png) \
 
100
       doc/es/referencia-rapida/referencia-rapida.svg \
 
101
       doc/es/referencia-rapida/referencia-rapida.png \
 
102
       doc/es/referencia-rapida/referencia-rapida.pdf \
 
103
       $(wildcard doc/es/guia-usuario/images/*.png)
97
104
htm_files := $(patsubst %.txt, %.html, $(txt_files)) 
98
105
dev_txt_files := $(wildcard $(addsuffix /*.txt, doc/developers))
99
106
dev_htm_files := $(patsubst %.txt, %.html, $(dev_txt_files))