From 63d1a465d33dbb2f1dc0f116a7d6da091ea197bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Hohnst=C3=A4dt?= Date: Sat, 8 May 2021 13:15:51 +0200 Subject: [PATCH] changelog.html: Special html changelog for the web site --- doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 920c17f8..f5b6ff40 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,7 +12,7 @@ RST_FILES=arguments common-actions object-ids smartcard \ SPHINX_FILES=$(patsubst %,sphinx/%.rst,$(RST_FILES)) -.build-stamp doc: xca.1.gz html/index.html qthelp/xca.qhc +.build-stamp doc: xca.1.gz html/index.html qthelp/xca.qhc changelog.html qthelpfiles=qthelp/*.html qthelp/xca.qhc qthelp/xca.qch .install-stamp: doc @@ -67,3 +67,5 @@ sphinx/_static/bigcert.png: ../img/bigcert.png sphinx/%.rst: rst/%.rst @mkdir -p sphinx cp $^ $@ +changelog.html: ../changelog + sed 's/&/\&/g; s//\>/g; s#^xca \([^ ]*\) *\(.*\)#

xca \1 \2