diff options
author | Shaun McCance <shaunm@redhat.com> | 2020-08-08 09:57:50 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2020-08-08 09:57:50 -0400 |
commit | fd148007caba02b42a33c949540bcf05a4f7492f (patch) | |
tree | 58ebaf0c8cea0aee8cccc83263594c5152324eeb | |
parent | 5ac1b871863d40af50ad5f39ebbdd64c26bfe7c2 (diff) | |
download | yelp-xsl-fd148007caba02b42a33c949540bcf05a4f7492f.tar.gz |
Version 3.37.903.37.90
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/yelp-xsl/Makefile.am | 1 |
3 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,13 @@ +3.37.90 +======= +* Various styling changes, especially around media and ttml +* Updated translations: + ckb (Jwtiyar Nariman) + nl (Hannie Dumoleyn) + ro (Florentina Mușat) + uk (Daniel Korostil) + zh_CN (Aron Xu) + 3.36.0 ====== * Added a syntax highlighter for Ducktype diff --git a/configure.ac b/configure.ac index a7adeec3..de59359a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Do not split AC_INIT across multiple lines without making localbuild.sh smarter -AC_INIT([yelp-xsl],[3.36.0],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) +AC_INIT([yelp-xsl],[3.37.90],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/yelp-xsl/Makefile.am b/doc/yelp-xsl/Makefile.am index 6e7627b2..8f651f92 100644 --- a/doc/yelp-xsl/Makefile.am +++ b/doc/yelp-xsl/Makefile.am @@ -37,6 +37,7 @@ endif clean-local: xsldoc-clean xsldoc-clean: rm -f C/*.page + rm -f ducks/*.duck EXTRA_DIST = \ $(xsldoc_ducks) \ |