Re-organize sources
[babeltrace.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = \
4 include \
5 src \
6 doc \
7 tests
8
9# Directories added to EXTRA_DIST will be recursively copied to the distribution.
10EXTRA_DIST = \
11 extras
12
13dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
14 std-ext-lib.txt README CONTRIBUTING.adoc
15
16dist_noinst_DATA = CodingStyle
17
18# This is a convenience target, it's not part of the build process.
19CONTRIBUTING.html: CONTRIBUTING.adoc
20 $(ASCIIDOC) --verbose -a source-highlighter=pygments $<
21
22CLEANFILES = CONTRIBUTING.html
This page took 0.022027 seconds and 4 git commands to generate.