We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 919fb35 + 49eb7e1 commit 7c5f3a4Copy full SHA for 7c5f3a4
Dockerfile
@@ -6,7 +6,7 @@ FROM xmppxsf/xeps-base:latest as build
6
ARG NCORES=1
7
ARG TARGETS="html inbox-html inbox-xml pdf xeplist refs xml"
8
9
-COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile refs-LICENSE /src/
+COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile /src/
10
COPY resources/*.pdf /src/resources/
11
COPY tools/*.py /src/tools/
12
COPY inbox/*.xml inbox/*.ent inbox/*.dtd /src/inbox/
Makefile
@@ -76,11 +76,8 @@ inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls)
76
.PHONY: pdf
77
pdf: $(xep_pdfs)
78
79
-$(REFSDIR)/LICENSE: refs-LICENSE
80
- cp $< $@
81
-
82
.PHONY: refs
83
-refs: $(xep_refs) $(REFSDIR)/LICENSE
+refs: $(xep_refs)
84
85
.PHONY: examples
86
examples: $(xep_examples)
0 commit comments