X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2FMakefile.am;h=4072c512fffd78fee9602feddfe6c6b7d04fdce4;hb=7fce6bd50990f582e0b81401dd8ffc25841af626;hp=fed0e344b16b7b1453392b786c4d550201720658;hpb=2268c76ff5381c518789280f334f04cc4e41bb14;p=lttng-ust.git diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index fed0e344..4072c512 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -20,7 +20,7 @@ MAN3_NAMES = \ tracelog # Man page aliases (generated from other sources): -MAN3_ALIASES = lttng_ust_vtracef.3 lttng_ust_vtracelog.3 vtracef.3 vtracelog.3 +MAN3_ALIASES = lttng_ust_vtracef.3 lttng_ust_vtracelog.3 # troff man pages: MAN3_TROFF = \ @@ -92,15 +92,10 @@ XTO = $(xmlto_verbose)$(XMLTO) -m $(XSL_FILE) man %.3.xml: $(srcdir)/%.3.txt $(COMMON_DEPS) $(ADOC_DOCBOOK) -o $@ $< -# These pair of files are generated by a single invocation of xmlto, use an -# empty rule that depends on a fake intermediate file to track the dependencies -# without resorting to Group Targets which were only introduced in GNU Make 4.3. -tracef.3 vtracef.3: tracef.3.alias - @# Empty recipe to mark tracef.3 and vtracef.3 as rebuilt - -tracelog.3 vtracelog.3: tracelog.3.alias - @# Empty recipe to mark tracelog.3 and vtracelog.3 as rebuilt - +# These pair of files are generated by a single invocation of xmlto, use +# an empty rule that depends on a fake intermediate file to track the +# dependencies without resorting to Group Targets which were only +# introduced in GNU Make 4.3. lttng_ust_tracef.3 lttng_ust_vtracef.3: lttng_ust_tracef.3.alias @# Empty recipe to mark lttng_ust_tracef.3 and lttng_ust_vtracef.3 as rebuilt