X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=90007da2aa9c90f5487474df348b4b28fd33a527;hb=8009058387e16d70c065f8afb24953ed389c18a6;hp=745ff31e1cac9d32169c20f941a893222d9d9bba;hpb=578e048b5debf169e286e5b5cc747b5d6c16886d;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 745ff31e..90007da2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ @@ -6,17 +8,21 @@ SUBDIRS = \ doc \ tests -# Directories added to EXTRA_DIST will be recursively copied to the distribution. -EXTRA_DIST = \ - extras - -dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ - std-ext-lib.txt README CONTRIBUTING.adoc +dist_doc_DATA = \ + ChangeLog \ + CONTRIBUTING.adoc \ + LICENSE \ + README.adoc dist_noinst_DATA = CodingStyle -# 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 +EXTRA_DIST = \ + LICENSES/BSD-2-Clause \ + LICENSES/BSD-4-Clause \ + LICENSES/CC-BY-SA-4.0 \ + LICENSES/GPL-2.0 \ + LICENSES/GPL-3.0 \ + LICENSES/LGPL-2.1 \ + LICENSES/MIT \ + std-ext-lib.txt \ + version