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