From b65af890b504372ca36ecc217e2166ed7f4d0beb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 7 Feb 2014 10:29:23 +0100 Subject: [PATCH] marc?.json.marc part of dist --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index 2a70e4c..905526d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -47,6 +47,7 @@ dist-hook: cp $(srcdir)/marc?.marc $(distdir) cp $(srcdir)/marc?.xml $(distdir) cp $(srcdir)/marc?.json $(distdir) + cp $(srcdir)/marc?.json.marc $(distdir) cp $(srcdir)/*.xml.marc $(distdir) cp $(srcdir)/xml2marc?.xml $(distdir) cp $(srcdir)/tmarc?.xml $(distdir) -- 1.7.10.4