diff options
author | 2019-12-16 12:57:30 +0100 | |
---|---|---|
committer | 2019-12-16 12:58:21 +0100 | |
commit | e93346ffa90f6c09a9a57b48c6607925dc7ff46e (patch) | |
tree | 5e1f356017c763a604cc8bcf247759037ae51d74 /public/themes/sourcehut/Makefile | |
parent | d897eeee5c4d163891d0b6a8f85d328ccada7575 (diff) | |
download | alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.gz alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.bz2 alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.zip |
Remove the public/ directory
Now that all templates are provided by plugins, there's no need to have
a public/ directory. Themes can be in /themes instead of /public/themes.
Diffstat (limited to 'public/themes/sourcehut/Makefile')
-rw-r--r-- | public/themes/sourcehut/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/public/themes/sourcehut/Makefile b/public/themes/sourcehut/Makefile deleted file mode 100644 index 22b899d..0000000 --- a/public/themes/sourcehut/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -SRHT_PATH?=/usr/lib/python3.8/site-packages/srht - -assets/style.css: scss/*.scss ${SRHT_PATH}/scss/*.scss - @mkdir -p assets/ - sassc -I${SRHT_PATH}/scss scss/main.scss $@ - -all: assets/style.css - -.DEFAULT_GOAL=all |