From: Adam Dickmeiss Date: Sat, 13 Jan 2007 14:40:41 +0000 (+0000) Subject: PROTOCOL no longer part of EXTRA_DIST X-Git-Tag: stable.27032007~111 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=aa1828296f62147901eb52538434e3443ce3696a PROTOCOL no longer part of EXTRA_DIST --- diff --git a/Makefile.am b/Makefile.am index eb2fc40..fe16b86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src doc -EXTRA_DIST = README PROTOCOL m4/yaz.m4 +EXTRA_DIST = README m4/yaz.m4 dist-hook: if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi