equal
deleted
inserted
replaced
8 SRCS=cthulhu_19e.xml |
8 SRCS=cthulhu_19e.xml |
9 FOP=fop |
9 FOP=fop |
10 NWALSH_XSL_DIR=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh |
10 NWALSH_XSL_DIR=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh |
11 OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target))) |
11 OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target))) |
12 UPLOAD=$(OUTPUT) |
12 UPLOAD=$(OUTPUT) |
13 xml_validate=xmllint --xinclude $(1) | \ |
13 xml_validate=xmllint --xinclude --noout --valid $(1) |
14 sed -e 's/\(xmlns:xi\|xml:base\)="[^"]*"//g' | \ |
|
15 xmllint --valid --noout - 2>&1 | sed 's/^-:/$(1):/' |
|
16 html_validate=true |
14 html_validate=true |
17 |
15 |
18 all: $(basename $(SRCS)) |
16 all: $(basename $(SRCS)) |
19 |
17 |
20 validate: $(addsuffix -validate,$(SRCS)) |
18 validate: $(addsuffix -validate,$(SRCS)) |