equal
  deleted
  inserted
  replaced
  
    
    
    12 	apprends.xml \  | 
    12 	apprends.xml \  | 
    13 	belle.xml \  | 
    13 	belle.xml \  | 
    14 	coeur.xml \  | 
    14 	coeur.xml \  | 
    15 	democratie.xml \  | 
    15 	democratie.xml \  | 
    16 	desert.xml \  | 
    16 	desert.xml \  | 
         | 
    17 	ecrivain.xml \  | 
    17 	horloge.xml \  | 
    18 	horloge.xml \  | 
    18 	idees.xml \  | 
    19 	idees.xml \  | 
    19 	jugement.xml \  | 
    20 	jugement.xml \  | 
    20 	langue.xml \  | 
    21 	langue.xml \  | 
    21 	lettreseule.xml \  | 
    22 	lettreseule.xml \  | 
    39 STYLES=$(addprefix $(STYLES_DIR)/,common.xsl)  | 
    40 STYLES=$(addprefix $(STYLES_DIR)/,common.xsl)  | 
    40 HTML_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,html.xsl poetry_html.xsl)  | 
    41 HTML_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,html.xsl poetry_html.xsl)  | 
    41 PRINT_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,print.xsl poetry_print.xsl masters_print.xsl)  | 
    42 PRINT_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,print.xsl poetry_print.xsl masters_print.xsl)  | 
    42 DTD=$(addprefix $(DTD_DIR)/,poetry.dtd)  | 
    43 DTD=$(addprefix $(DTD_DIR)/,poetry.dtd)  | 
    43   | 
    44   | 
    44 REMOTE_DIR=o:public_html/poesie  | 
    45 #REMOTE_DIR=o:public_html/poesie  | 
    45 # FOP=xmlto pdf  | 
    46 # FOP=xmlto pdf  | 
    46 FOP=fop  | 
    47 FOP=fop  | 
    47 CATALOG=$(TOP)/catalog  | 
    48 CATALOG=$(TOP)/catalog  | 
    48   | 
    49   | 
    49 #OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target)))  | 
    50 #OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target)))  |