equal
deleted
inserted
replaced
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 |
13 |
14 all: $(basename $(SRCS)) |
14 all: $(basename $(SRCS)) |
|
15 |
|
16 validate: $(addsuffix -validate,$(SRCS)) |
|
17 |
|
18 $(addsuffix -validate,$(SRCS)): |
|
19 xmllint --xinclude --postvalid --noout $(subst -validate,,$@) |
15 |
20 |
16 cthulhu_19e: $(call targets,cthulhu_19e) |
21 cthulhu_19e: $(call targets,cthulhu_19e) |
17 |
22 |
18 # title.xsl: title.xml |
23 # title.xsl: title.xml |
19 # xsltproc -o $@ $(NWALSH_XSL_DIR)/template/titlepage.xsl $< |
24 # xsltproc -o $@ $(NWALSH_XSL_DIR)/template/titlepage.xsl $< |