mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
changelog.html: Special html changelog for the web site
This commit is contained in:
parent
144cdee4c0
commit
63d1a465d3
@ -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/>/\>/g; s#^xca \([^ ]*\) *\(.*\)#</ul></div><div id="changelog_\1"><h3>xca \1 \2</h3><ul>#; s#\*\(.*\)#</li><li>\1#' $^ >$@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user