mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Improve changelog.html
This commit is contained in:
parent
748c53eedc
commit
e52263e4a3
@ -31,8 +31,8 @@ app: xca.html
|
||||
|
||||
changelog.html: $(TOPDIR)/changelog $(TOPDIR)/doc/html.header
|
||||
( cat $(TOPDIR)/doc/html.header; \
|
||||
echo '</head><body><div><ul>'; \
|
||||
sed 's/&/\&/g; s/</\</g; s/>/\>/g; s/^xca \([0-9\.]*\) \(.*\)/<\/ul><\/div><div id="changelog_\1"><h3>xca \1 \2<\/h3><ul>/; s/\*/<\/li><li>/'; \
|
||||
echo '</head><body><h2>Changelog</h2><div><ul>'; \
|
||||
sed 's/&/\&/g; s/</\</g; s/>/\>/g; s/^xca \([^ ]*\) *\(.*\)/<\/ul><\/div><div id="changelog_\1"><h3>xca \1 \2<\/h3><ul>/; s/\*/<\/li><li>/'; \
|
||||
echo '</body></html>' \
|
||||
) < $< > $@
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user