equal
deleted
inserted
replaced
3 # No final slash here! |
3 # No final slash here! |
4 # It will mess up rsync behavior. |
4 # It will mess up rsync behavior. |
5 TOP=`pwd` |
5 TOP=`pwd` |
6 SRC_DIR=`pwd` |
6 SRC_DIR=`pwd` |
7 INSTALL_DIR=$(TOP)/install |
7 INSTALL_DIR=$(TOP)/install |
8 FR_ARTICLES=couleurs jjch credo systemes |
8 FR_ARTICLES=couleurs jjch credo systemes resolution |
9 EN_ARTICLES=colors |
9 EN_ARTICLES=colors |
10 UNPUBLISHED=dri-aido jdrdef jdrl resolution |
10 UNPUBLISHED=dri-aido jdrdef jdrl |
11 BOOKS=jeuderologie rpgtheory |
11 BOOKS=jeuderologie rpgtheory |
12 TARGETS=$(BOOKS) $(FR_ARTICLES) $(EN_ARTICLES) $(UNPUBLISHED) |
12 TARGETS=$(BOOKS) $(FR_ARTICLES) $(EN_ARTICLES) $(UNPUBLISHED) |
13 HTML_FILES=index.en.html index.fr.html |
13 HTML_FILES=index.en.html index.fr.html |
14 SGML_CATALOG_FILES=/etc/sgml/catalog |
14 SGML_CATALOG_FILES=/etc/sgml/catalog |
15 export SGML_CATALOG_FILES |
15 export SGML_CATALOG_FILES |