From 8dd3896b271776b3bd3b95067d1a7c75ed86c81b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Aug 2015 13:07:59 +0200 Subject: [PATCH] Install cql2pqf.txt --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b16b627..eb7435a 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,11 @@ clean check: $(CDEP) install: mkdir -p $(DESTDIR)$(pkgdatadir)/bibframe - cp bibframe/*.xml $(DESTDIR)$(pkgdatadir)/bibframe + cp bibframe/cql2pqf.txt bibframe/*.xml $(DESTDIR)$(pkgdatadir)/bibframe for d in $(SUBDIRS); do \ $(MAKE) -C $$d $@; \ done $(CDEP): git submodule init - git submodule update \ No newline at end of file + git submodule update -- 1.7.10.4