Skip to content

Commit

Permalink
Revert "Add license for bibliographic data (second attempt)"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kev authored Dec 11, 2023
1 parent 919fb35 commit 49eb7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 49eb7e1

Please sign in to comment.