aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2022-02-23 19:54:31 +0100
committerGuilhem Moulin <guilhem@fripost.org>2022-02-23 21:23:57 +0100
commit28b2728a3232741ab3e4ccc8ced585d75fffddb1 (patch)
tree87cdea2e215eedec6c93ca8fee3bca4ff5da5195 /Makefile
parenta06ceca1c7c05175ca2361fc2da50ba36a51fc49 (diff)
Fix/improve doc/build.md.
Update instructions/documentation obsolete since a1c089b997ebf705a9023b4f0f97327e5bd2814e and 733ed91162b02cd0fa5d7d1c443c780d3d4405e9.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f1d7ea..0c01999 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,6 @@ release:
-- Changelog interimap pullimap lib/Net/IMAP/InterIMAP.pm && \
git -C $(srcdir) tag -sm "Release version $$VERS" "v$$VERS"
-## `make html CSS="https://guilhem.org/static/css/bootstrap.min.css" builddir="$XDG_RUNTIME_DIR/Downloads/interimap"`
$(HTML_FILES): $(builddir)/doc/%.html: $(srcdir)/doc/%.md $(HTML_TEMPLATE)
@mkdir -vp $(dir $@)
mtime="$$(git -C $(srcdir) --no-pager log -1 --pretty="format:%ct" -- "$<" 2>/dev/null)"; \