From 6d8383ade39a8a7a99e12d0826ee8ade6143b5d0 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 19 Jul 2016 23:56:11 -0400 Subject: [PATCH] Add EXTRA_DIST * Makefile.am: EXTRA_DIST added to complete distribution --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a7985dd..6ad6aa4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ ## hoxsl Makefile # -# Copyright (C) 2014 LoVullo Associates, Inc. +# Copyright (C) 2016 Mike Gerwitz +# Copyright (C) 2014 LoVullo Associates, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,6 +18,7 @@ ## SUBDIRS = doc +EXTRA_DIST = COPYING.FDL README.md src test doc/macros.texi path_src := src path_test := test