summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-21 21:43:51 +0200
committerWolfgang Müller2019-07-22 13:02:53 +0200
commit1a480b8203031f52c0d38c7d14c0dfb8d14fc87b (patch)
tree7bb0fd8c8cde056da584f6635afc77452e82fa87 /Makefile
parentdfc3112c7a0c96f2b1b1bed71722a0438f869ee7 (diff)
downloadsite-1a480b8203031f52c0d38c7d14c0dfb8d14fc87b.tar.gz
Makefile: Replace specific CSS targets with a generic one
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f4345ac..f16a071 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,7 @@ atom.xml: templates/atom.xml $(POSTS_HTML)
%.xml: %.md util/mdconv.sh
sh util/mdconv.sh $< >$@
-style.css: scss/style.scss $(SCSS)
- sassc -t expanded $< >$@
-
-man.css: scss/man.scss $(SCSS)
+%.css: scss/%.scss $(SCSS)
sassc -t expanded $< >$@
clean: