From 49eb7e119d8ebffb2089603f6948836c03a3faab Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Mon, 11 Dec 2023 17:49:58 +0000 Subject: [PATCH] Revert "Add license for bibliographic data (second attempt)" --- Dockerfile | 2 +- Makefile | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2abb937b..86703430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/Makefile b/Makefile index 009b7641..051bc7bd 100644 --- a/Makefile +++ b/Makefile @@ -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)