equal
  deleted
  inserted
  replaced
  
    
    
|      4 output=$(addprefix $(1), .html .pdf .txt) $(1)/ |      4 output=$(addprefix $(1), .html .pdf .txt) $(1)/ | 
|      5  |      5  | 
|      6 TOP=$(shell pwd) |      6 TOP=$(shell pwd) | 
|      7 INSTALL_DIR=$(TOP)/install |      7 INSTALL_DIR=$(TOP)/install | 
|      8 SRCS=poetry.xml |      8 SRCS=poetry.xml | 
|      9 SRC_DEPS=\ |      9 SRC_DEPS=					\ | 
|     10 	abzoodre.xml \ |     10 	abzoodre.xml				\ | 
|     11 	amoureux.xml \ |     11 	amoureux.xml				\ | 
|     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 	ecrivain.xml				\ | 
|     18 	horloge.xml \ |     18 	horloge.xml				\ | 
|     19 	idees.xml \ |     19 	idees.xml				\ | 
|     20 	jugement.xml \ |     20 	jugement.xml				\ | 
|     21 	langue.xml \ |     21 	langue.xml				\ | 
|     22 	lettreseule.xml \ |     22 	lettreseule.xml				\ | 
|     23 	louve.xml \ |     23 	louve.xml				\ | 
|     24 	nature.xml \ |     24 	nature.xml				\ | 
|     25 	oiseau.xml \ |     25 	oiseau.xml				\ | 
|     26 	ondes.xml \ |     26 	ondes.xml				\ | 
|     27 	paysage.xml \ |     27 	orchidee.xml				\ | 
|     28 	plonger.xml \ |     28 	paysage.xml				\ | 
|     29 	pomme.xml \ |     29 	plonger.xml				\ | 
|     30 	prince.xml \ |     30 	pomme.xml				\ | 
|     31 	renaissance.xml \ |     31 	prince.xml				\ | 
|     32 	reverie.xml \ |     32 	renaissance.xml				\ | 
|     33 	serrure.xml \ |     33 	reverie.xml				\ | 
|     34 	tempete.xml \ |     34 	serrure.xml				\ | 
|     35 	ton_rire.xml \ |     35 	tempete.xml				\ | 
|     36 	valentin.xml \ |     36 	ton_rire.xml				\ | 
|     37 	voix.xml \ |     37 	valentin.xml				\ | 
|         |     38 	voix.xml				\ | 
|     38 	wolf.xml |     39 	wolf.xml | 
|     39 STYLES_DIR=$(TOP)/styles |     40 STYLES_DIR=$(TOP)/styles | 
|     40 DTD_DIR=$(TOP)/dtd |     41 DTD_DIR=$(TOP)/dtd | 
|     41 STYLES=$(addprefix $(STYLES_DIR)/,common.xsl) |     42 STYLES=$(addprefix $(STYLES_DIR)/,common.xsl) | 
|     42 HTML_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,html.xsl poetry_html.xsl) |     43 HTML_STYLES=$(STYLES) $(addprefix $(STYLES_DIR)/,html.xsl poetry_html.xsl) |