summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index a2ca0fc..ae55ab5 100644
--- a/Makefile
+++ b/Makefile
@@ -85,13 +85,11 @@ derived-assets = \
$(articles.indexentry) \
$(articles.feedentry) \
$(articles.sortdata) \
- out/.gitignore \
side-assets = \
src/blog/*/*/*/*.html*.txt \
src/*.html.*.txt \
src/*.sortdata \
- out/ \
@@ -117,10 +115,6 @@ src/blog.html: $(articles.indexentry) src/blog.htmlbody
mkwb html $@-t > $@
rm -f $@-t
-out/.gitignore:
- mkdir -p $(@D)
- echo '*' > $@
-
check-unit:
@@ -175,9 +169,10 @@ uninstall:
+PORT = 3333
## Run it locally.
run:
- serve -n -p 3333 -d out/share/doc/website/
+ serve -n -p $(PORT) -d '$(DESTDIR)$(DOCDIR)'
ALWAYS: