105
105
doc/es/referencia-rapida/referencia-rapida.pdf \
106
106
$(wildcard doc/es/guia-usuario/images/*.png)
107
107
htm_files := $(patsubst %.txt, %.html, $(txt_files))
108
dev_txt_files := $(wildcard $(addsuffix /*.txt, doc/developers))
109
# doc/developers/*.txt files that should *not* be individually
112
doc/developers/add.txt \
113
doc/developers/annotate.txt \
114
doc/developers/bundle-creation.txt \
115
doc/developers/commit.txt \
116
doc/developers/diff.txt \
117
doc/developers/directory-fingerprints.txt \
118
doc/developers/gc.txt \
119
doc/developers/incremental-push-pull.txt \
120
doc/developers/initial-push-pull.txt \
121
doc/developers/merge-scaling.txt \
122
doc/developers/missing.txt \
123
doc/developers/performance-contributing.txt \
124
doc/developers/performance-roadmap-rationale.txt \
125
doc/developers/performance-use-case-analysis.txt \
126
doc/developers/planned-change-integration.txt \
127
doc/developers/planned-performance-changes.txt \
128
doc/developers/revert.txt \
129
doc/developers/status.txt \
130
doc/developers/uncommit.txt
132
dev_txt_all := $(wildcard $(addsuffix /*.txt, doc/developers))
133
dev_txt_files := $(filter-out $(dev_txt_nohtml), $(dev_txt_all))
109
134
dev_htm_files := $(patsubst %.txt, %.html, $(dev_txt_files))
111
136
doc/en/user-guide/index.html: $(wildcard $(addsuffix /*.txt, doc/en/user-guide))