| branch | styles | 
| changeset 0 | 08de8d15f932 | 
| child 1 | a596b46a5253 | 
| -1:000000000000 | 0:08de8d15f932 | 
|---|---|
| 1 TOP=. | |
| 2 INSTALL_DIR=`pwd`/install | |
| 3 | |
| 4 DIST_FILES= \ | |
| 5 common.xsl \ | |
| 6 html.xsl \ | |
| 7 print.xsl \ | |
| 8 masters_print.xsl \ | |
| 9 cv_html.xsl \ | |
| 10 cv_print.xsl \ | |
| 11 poetry_html.xsl \ | |
| 12 story_html.xsl \ | |
| 13 story_print.xsl \ | |
| 14 cv_str.en.xml \ | |
| 15 cv_str.fr.xml \ | |
| 16 html.css \ | |
| 17 blog.css \ | |
| 18 poetry.css \ | |
| 19 contes.css \ | |
| 20 cv.css | |
| 21 | |
| 22 all: | |
| 23 | |
| 24 install: | |
| 25 mkdir -p $(INSTALL_DIR) | |
| 26 cp $(DIST_FILES) $(INSTALL_DIR) | |
| 27 | |
| 28 clean: | |
| 29 | |
| 30 purge: |