diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ htmlheader = templates/header.html htmlfooter = templates/footer.html cssfiles := css/main.css css/print.css -sass_includedir = /usr/share/compass/frameworks/toolkit/stylesheets +sass_includedir = /usr/share/compass/frameworks/normalize-scss/stylesheets all: $(htmlpages) |