Skip to content

Commit 7c5f3a4

Browse files
authoredDec 11, 2023
Merge pull request #1306 from xsf/revert-1305-refs-license-second-try
Revert "Add license for bibliographic data (second attempt)"
2 parents 919fb35 + 49eb7e1 commit 7c5f3a4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM xmppxsf/xeps-base:latest as build
66
ARG NCORES=1
77
ARG TARGETS="html inbox-html inbox-xml pdf xeplist refs xml"
88

9-
COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile refs-LICENSE /src/
9+
COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile /src/
1010
COPY resources/*.pdf /src/resources/
1111
COPY tools/*.py /src/tools/
1212
COPY inbox/*.xml inbox/*.ent inbox/*.dtd /src/inbox/

‎Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,8 @@ inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls)
7676
.PHONY: pdf
7777
pdf: $(xep_pdfs)
7878

79-
$(REFSDIR)/LICENSE: refs-LICENSE
80-
cp $< $@
81-
8279
.PHONY: refs
83-
refs: $(xep_refs) $(REFSDIR)/LICENSE
80+
refs: $(xep_refs)
8481

8582
.PHONY: examples
8683
examples: $(xep_examples)

0 commit comments

Comments
 (0)
Please sign in to comment.