Revert "Add license for bibliographic data (second attempt)"

This commit is contained in:
Kevin Smith 2023-12-11 17:49:58 +00:00 committed by GitHub
parent 919fb35648
commit 49eb7e119d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 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 refs-LICENSE /src/
COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile /src/
COPY resources/*.pdf /src/resources/
COPY tools/*.py /src/tools/
COPY inbox/*.xml inbox/*.ent inbox/*.dtd /src/inbox/

View File

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