mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Revert "Add license for bibliographic data (second attempt)"
This commit is contained in:
parent
919fb35648
commit
49eb7e119d
@ -6,7 +6,7 @@ FROM xmppxsf/xeps-base:latest as build
|
|||||||
ARG NCORES=1
|
ARG NCORES=1
|
||||||
ARG TARGETS="html inbox-html inbox-xml pdf xeplist refs xml"
|
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 resources/*.pdf /src/resources/
|
||||||
COPY tools/*.py /src/tools/
|
COPY tools/*.py /src/tools/
|
||||||
COPY inbox/*.xml inbox/*.ent inbox/*.dtd /src/inbox/
|
COPY inbox/*.xml inbox/*.ent inbox/*.dtd /src/inbox/
|
||||||
|
5
Makefile
5
Makefile
@ -76,11 +76,8 @@ inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls)
|
|||||||
.PHONY: pdf
|
.PHONY: pdf
|
||||||
pdf: $(xep_pdfs)
|
pdf: $(xep_pdfs)
|
||||||
|
|
||||||
$(REFSDIR)/LICENSE: refs-LICENSE
|
|
||||||
cp $< $@
|
|
||||||
|
|
||||||
.PHONY: refs
|
.PHONY: refs
|
||||||
refs: $(xep_refs) $(REFSDIR)/LICENSE
|
refs: $(xep_refs)
|
||||||
|
|
||||||
.PHONY: examples
|
.PHONY: examples
|
||||||
examples: $(xep_examples)
|
examples: $(xep_examples)
|
||||||
|
Loading…
Reference in New Issue
Block a user