Makefile
branchcontes
changeset 7 201b9e3f08dd
parent 6 f5ce1e175ca6
child 8 e3e4d3d6c637
equal deleted inserted replaced
6:f5ce1e175ca6 7:201b9e3f08dd
    25 SGML_CATALOG_FILES=$(TOP)/catalog
    25 SGML_CATALOG_FILES=$(TOP)/catalog
    26 export SGML_CATALOG_FILES
    26 export SGML_CATALOG_FILES
    27 
    27 
    28 #OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target)))
    28 #OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target)))
    29 OUTPUT=contes.pdf contes/
    29 OUTPUT=contes.pdf contes/
    30 xml_validate=xmllint --catalogs --xinclude --postvalid --noout $(1)
    30 xml_validate=xmllint --catalogs --xinclude --valid --noout $(1)
    31 html_validate=true
    31 html_validate=xmllint --valid --noout $(1)
    32 
    32 
    33 all: $(OUTPUT)
    33 all: $(OUTPUT)
    34 
    34 
    35 #poetry: $(call targets,poetry) $(SRC_DEPS)
    35 #poetry: $(call targets,poetry) $(SRC_DEPS)
    36 contes/: contes/index.html
    36 contes/: contes/index.html