diff options
| author | Hellekin O. Wolf =8) <[email protected]> | 2010-07-08 16:28:22 (GMT) |
|---|---|---|
| committer | Hellekin O. Wolf =8) <[email protected]> | 2010-07-08 16:30:25 (GMT) |
| commit | 8a3efafde641a3960c0a0b2a5063a92e75680d10 (patch) | |
| tree | c3e0f70b90aca0ae1550791ca541d611b0334b8e /Makefile.am | |
| parent | 47cadb9f570fdf92503c45f4cf766d6587f1c9e4 (diff) | |
I can haz styleshitz
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a54eb51..78a24c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = etc src +# org/foo.css will supercede src/foo.css +CSS_FILES = $(shell find org src -type f -name "*.css" -print | sort -k 4 -u 2>/dev/null) ORG_FILES = $(shell find doc org -type f -name "*.org" -print 2>/dev/null) autorg_publish = emacs -batch -Q -l src/org-batch.el \ @@ -7,7 +9,7 @@ autorg_publish = emacs -batch -Q -l src/org-batch.el \ autorg-dirs: @mkdir -p org pub - @cp src/favicon.ico pub/ + @cp src/favicon.ico src/*.png $(CSS_FILES) pub/ autorg-greeting: @echo |

