mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Makefile: Whitespace fixes
This commit is contained in:
parent
f8890be4ad
commit
b2cf8fb102
9
Makefile
9
Makefile
@ -31,16 +31,13 @@ html: $(patsubst %.xml, $(OUTDIR)/%.html, $(wildcard *.xml))
|
|||||||
pdf: $(patsubst %.xml, $(OUTDIR)/%.pdf, $(wildcard *.xml))
|
pdf: $(patsubst %.xml, $(OUTDIR)/%.pdf, $(wildcard *.xml))
|
||||||
|
|
||||||
.PHONY: xep-%
|
.PHONY: xep-%
|
||||||
xep-%: $(OUTDIR)/xep-%.html $(OUTDIR)/xep-%.pdf
|
xep-%: $(OUTDIR)/xep-%.html $(OUTDIR)/xep-%.pdf ;
|
||||||
|
|
||||||
|
|
||||||
.PHONY: xep-%.html
|
.PHONY: xep-%.html
|
||||||
xep-%.html: $(OUTDIR)/xep-%.html
|
xep-%.html: $(OUTDIR)/xep-%.html ;
|
||||||
|
|
||||||
|
|
||||||
.PHONY: xep-%.pdf
|
.PHONY: xep-%.pdf
|
||||||
xep-%.pdf: $(OUTDIR)/xep-%.pdf
|
xep-%.pdf: $(OUTDIR)/xep-%.pdf ;
|
||||||
|
|
||||||
|
|
||||||
$(OUTDIR)/%.html: %.xml $(XMLDEPS)
|
$(OUTDIR)/%.html: %.xml $(XMLDEPS)
|
||||||
xsltproc --path $(CURDIR) xep.xsl "$<" > "$@" && echo "Finished building $@"
|
xsltproc --path $(CURDIR) xep.xsl "$<" > "$@" && echo "Finished building $@"
|
||||||
|
Loading…
Reference in New Issue
Block a user