diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 22:50:05 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 21:59:39 +0100 |
commit | 068b4517ac81c5a128a26ec10153019f1497a2a4 (patch) | |
tree | 5df5962154c8af595ea5469c1eb930cebb132976 /Makefile | |
parent | 8d6b446e48a3fd82cca741644d4b9e53c72c0ebf (diff) | |
download | website-068b4517ac81c5a128a26ec10153019f1497a2a4.tar.xz |
move isso.css to journal subdir, use glob.glob instead of listdir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ HTML := index.html journal.html about.html -CSS := style.css isso.css +CSS := style.css journal/isso.css RESOURCES := glider.png FILES := $(HTML) $(CSS) sitemap.xml pgp-key.txt \ |