Makefile
branchpoesie
changeset 16 58d31c830386
parent 15 5d8d02c08a17
child 17 38c5f548731e
equal deleted inserted replaced
15:5d8d02c08a17 16:58d31c830386
    43 HTML_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,html.xsl poetry_html.xsl)
    43 HTML_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,html.xsl poetry_html.xsl)
    44 PRINT_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,print.xsl poetry_print.xsl masters_print.xsl)
    44 PRINT_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,print.xsl poetry_print.xsl masters_print.xsl)
    45 DTD=$(addprefix $(DTD_DIR)/,poetry.dtd)
    45 DTD=$(addprefix $(DTD_DIR)/,poetry.dtd)
    46 SGML_CATALOG_FILES=$(TOP)/catalog
    46 SGML_CATALOG_FILES=$(TOP)/catalog
    47 export SGML_CATALOG_FILES
    47 export SGML_CATALOG_FILES
    48 xml_validate=xmllint --catalogs --xinclude --postvalid --noout $(1)
    48 xml_validate=xmllint --catalogs --xinclude --valid --noout $(1)
    49 html_validate=true
    49 html_validate=xmllint --xinclude --valid --noout $(1)
    50 
    50 
    51 #REMOTE_DIR=o:public_html/poesie
    51 #REMOTE_DIR=o:public_html/poesie
    52 # FOP=xmlto pdf
    52 # FOP=xmlto pdf
    53 FOP=fop
    53 FOP=fop
    54 
    54