doc/man: remove vtracef() and vtracelog() manual pages
[lttng-ust.git] / doc / man / Makefile.am
index dfc319a42eab1c6a8856f62ada2b76b19a5308eb..4072c512fffd78fee9602feddfe6c6b7d04fdce4 100644 (file)
@@ -12,16 +12,24 @@ MAN1_NAMES = \
        lttng-gen-tp
 MAN3_NAMES = \
        lttng-ust \
-       tracef \
-       tracelog \
        lttng-ust-dl \
-       lttng-ust-cyg-profile
+       lttng-ust-cyg-profile \
+       lttng_ust_tracef \
+       lttng_ust_tracelog \
+       tracef \
+       tracelog
 
 # Man page aliases (generated from other sources):
-MAN3_ALIASES = vtracef.3 vtracelog.3
+MAN3_ALIASES = lttng_ust_vtracef.3 lttng_ust_vtracelog.3
 
 # troff man pages:
-MAN3_TROFF = do_tracepoint.3 tracepoint.3 tracepoint_enabled.3
+MAN3_TROFF = \
+       do_tracepoint.3 \
+       lttng_ust_do_tracepoint.3 \
+       lttng_ust_tracepoint.3 \
+       lttng_ust_tracepoint_enabled.3 \
+       tracepoint.3 \
+       tracepoint_enabled.3
 
 # AsciiDoc sources and outputs:
 MAN1_TXT = $(call manaddsuffix,.1.txt,$(MAN1_NAMES))
@@ -84,16 +92,18 @@ 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
+# 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
 
-tracelog.3 vtracelog.3: tracelog.3.alias
-       @# Empty recipe to mark tracelog.3 and vtracelog.3 as rebuilt
+lttng_ust_tracelog.3 lttng_ust_vtracelog.3: lttng_ust_tracelog.3.alias
+       @# Empty recipe to mark lttng_ust_tracelog.3 and lttng_ust_vtracelog.3 as rebuilt
 
-.INTERMEDIATE: tracef.3.alias tracelog.3.alias
+
+.INTERMEDIATE: tracef.3.alias tracelog.3.alias lttng_ust_tracef.3.alias lttng_ust_tracelog.3.alias
 
 tracef.3.alias: tracef.3.xml $(XSL_FILE)
        $(XTO) $< $(xmlto_verbose_out)
@@ -101,6 +111,12 @@ tracef.3.alias: tracef.3.xml $(XSL_FILE)
 tracelog.3.alias: tracelog.3.xml $(XSL_FILE)
        $(XTO) $< $(xmlto_verbose_out)
 
+lttng_ust_tracef.3.alias: lttng_ust_tracef.3.xml $(XSL_FILE)
+       $(XTO) $< $(xmlto_verbose_out)
+
+lttng_ust_tracelog.3.alias: lttng_ust_tracelog.3.xml $(XSL_FILE)
+       $(XTO) $< $(xmlto_verbose_out)
+
 %.3: %.3.xml $(XSL_FILE)
        $(XTO) $< $(xmlto_verbose_out)
 
This page took 0.02367 seconds and 4 git commands to generate.