Merge pull request #1305 from Flowdalic/refs-license-second-try

Add license for bibliographic data (second attempt)
This commit is contained in:
Kevin Smith 2023-12-11 15:24:34 +00:00 committed by GitHub
commit 00d2520493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ FROM xmppxsf/xeps-base:latest as build
ARG NCORES=1
ARG TARGETS="html inbox-html inbox-xml pdf xeplist refs xml"
COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile /src/
COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile refs-LICENSE /src/
COPY resources/*.pdf /src/resources/
COPY tools/*.py /src/tools/
COPY inbox/*.xml inbox/*.ent inbox/*.dtd /src/inbox/

View File

@ -76,8 +76,11 @@ inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls)
.PHONY: pdf
pdf: $(xep_pdfs)
$(REFSDIR)/LICENSE: refs-LICENSE
cp $< $@
.PHONY: refs
refs: $(xep_refs)
refs: $(xep_refs) $(REFSDIR)/LICENSE
.PHONY: examples
examples: $(xep_examples)