equal
  deleted
  inserted
  replaced
  
    
    
    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  |