Install cql2pqf.txt
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 18 Aug 2015 11:07:59 +0000 (13:07 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 18 Aug 2015 11:07:59 +0000 (13:07 +0200)
Makefile

index b16b627..eb7435a 100644 (file)
--- 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