Commit | Line | Data |
---|---|---|
ac65e355 MD |
1 | ACLOCAL_AMFLAGS = -I m4 |
2 | ||
578e048b MJ |
3 | SUBDIRS = \ |
4 | include \ | |
5 | src \ | |
6 | doc \ | |
312c056a | 7 | tests |
eea91b68 | 8 | |
52f120df MJ |
9 | # Directories added to EXTRA_DIST will be recursively copied to the distribution. |
10 | EXTRA_DIST = \ | |
11 | extras | |
12 | ||
7722ed94 | 13 | dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ |
f9ded0e0 | 14 | std-ext-lib.txt README CONTRIBUTING.adoc |
0bcabcbd MD |
15 | |
16 | dist_noinst_DATA = CodingStyle | |
d0acc96d | 17 | |
4a9f5414 MJ |
18 | # This is a convenience target, it's not part of the build process. |
19 | CONTRIBUTING.html: CONTRIBUTING.adoc | |
20 | $(ASCIIDOC) --verbose -a source-highlighter=pygments $< | |
f9ded0e0 PP |
21 | |
22 | CLEANFILES = CONTRIBUTING.html |