X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=33abcf8b71d980d4742e5f5ee8d8bee7dcb11190;hb=d9676d8c5afce3c35d282fb5053a9bbc7427526b;hp=341f83533695aa362093071c22394d2ce114109e;hpb=1e638f98d6c4f2c799d4ea4c826f711a59d9f531;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 341f8353..33abcf8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,9 +28,10 @@ dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ dist_noinst_DATA = CodingStyle pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc +pkgconfig_DATA = babeltrace2.pc babeltrace2-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