X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=475b31a4d7bcabbe273af9680f262044ee68a819;hb=77a4634ece997098a9fbc5c3839f7eb1c4ff6b72;hp=341f83533695aa362093071c22394d2ce114109e;hpb=ab19273b24f7c760a1ad22204bceba0eeec400e8;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 341f8353..475b31a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,8 @@ dist_noinst_DATA = CodingStyle pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc -CONTRIBUTING.html: $(srcdir)/CONTRIBUTING.adoc - asciidoc --verbose -a source-highlighter=pygments $< +# This is a convenience target, it's not part of the build process. +CONTRIBUTING.html: CONTRIBUTING.adoc + $(ASCIIDOC) --verbose -a source-highlighter=pygments $< CLEANFILES = CONTRIBUTING.html