From 734d616ca5d81083843f53f26d0b11f1654060f4 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 23 Mar 2015 15:27:08 +0000
Subject: [PATCH] Make sure we distribute the INSTALL.swift file

Former-commit-id: 5d40a7758b2176d1a73213d239b3a71d8ba97bcd
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 09288605fd..caeca1d7ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,3 +20,6 @@ ACLOCAL_AMFLAGS = -I m4
 
 # Show the way...
 SUBDIRS = src examples doc
+
+# Non-standard files that should be part of the distribution.
+EXTRA_DIST = INSTALL.swift
-- 
GitLab