@@ -178,8 +178,6 @@ all: html man
178
178
179
179
html : $(DOC_HTML )
180
180
181
- $(DOC_HTML ) $(DOC_MAN1 ) $(DOC_MAN5 ) $(DOC_MAN7 ) : asciidoc.conf
182
-
183
181
man : man1 man5 man7
184
182
man1 : $(DOC_MAN1 )
185
183
man5 : $(DOC_MAN5 )
@@ -257,7 +255,7 @@ clean:
257
255
$(RM ) $(cmds_txt ) * .made
258
256
$(RM ) manpage-base-url.xsl
259
257
260
- $(MAN_HTML ) : % .html : % .txt
258
+ $(MAN_HTML ) : % .html : % .txt asciidoc.conf
261
259
$(QUIET_ASCIIDOC )$(RM ) $@ + $@ && \
262
260
$(ASCIIDOC ) -b xhtml11 -d manpage -f asciidoc.conf \
263
261
$(ASCIIDOC_EXTRA ) -agit_version=$(GIT_VERSION ) -o $@ + $< && \
@@ -270,7 +268,7 @@ manpage-base-url.xsl: manpage-base-url.xsl.in
270
268
$(QUIET_XMLTO )$(RM ) $@ && \
271
269
$(XMLTO ) -m $(MANPAGE_XSL ) $(XMLTO_EXTRA ) man $<
272
270
273
- % .xml : % .txt
271
+ % .xml : % .txt asciidoc.conf
274
272
$(QUIET_ASCIIDOC )$(RM ) $@ + $@ && \
275
273
$(ASCIIDOC ) -b docbook -d manpage -f asciidoc.conf \
276
274
$(ASCIIDOC_EXTRA ) -agit_version=$(GIT_VERSION ) -o $@ + $< && \
@@ -286,7 +284,7 @@ technical/api-index.txt: technical/api-index-skel.txt \
286
284
$(QUIET_GEN ) cd technical && ' $(SHELL_PATH_SQ)' ./api-index.sh
287
285
288
286
technical/% .html : ASCIIDOC_EXTRA += -a git-relative-html-prefix=../
289
- $(patsubst % ,% .html,$(API_DOCS ) technical/api-index $(TECH_DOCS ) ) : % .html : % .txt
287
+ $(patsubst % ,% .html,$(API_DOCS ) technical/api-index $(TECH_DOCS ) ) : % .html : % .txt asciidoc.conf
290
288
$(QUIET_ASCIIDOC )$(ASCIIDOC ) -b xhtml11 -f asciidoc.conf \
291
289
$(ASCIIDOC_EXTRA ) -agit_version=$(GIT_VERSION ) $* .txt
292
290
0 commit comments