X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=475b31a4d7bcabbe273af9680f262044ee68a819;hp=341f83533695aa362093071c22394d2ce114109e;hb=4a9f5414b1793bedbfd0aebbb907009e680a6262;hpb=7233204da4165b440da676b9c0ea7c3593104868 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