From c501bdd0914119f50c5afd1c7e12007fd480b141 Mon Sep 17 00:00:00 2001
From: Philipp Marek <philipp@marek.priv.at>
Date: Tue, 31 Mar 2020 19:35:00 +0200
Subject: [PATCH] One-liner to publish the new documentation.

---
 doc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/Makefile b/doc/Makefile
index 1ab85d1..6f35d2c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -26,3 +26,6 @@ html: include
 
 info: include
 	makeinfo alexandria.texinfo
+
+publish:
+	rsync -va alexandria.pdf alexandria.html common-lisp.net:/project/alexandria/public_html/draft/
-- 
GitLab