diff options
| author | Sam Varshavchik | 2014-01-12 16:43:21 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2014-01-12 16:43:21 -0500 |
| commit | 5673f36352d1de2b56e4d3367f6dc084e603a6d7 (patch) | |
| tree | 7ad14db0b30cd1c2b83da650b2f213f0b3304bbe /unicode/Makefile.am | |
| parent | 458ba84cf3475a9f69dd324165a6f7178d3af0db (diff) | |
| download | courier-libs-5673f36352d1de2b56e4d3367f6dc084e603a6d7.tar.bz2 | |
Update documentation
Diffstat (limited to 'unicode/Makefile.am')
| -rw-r--r-- | unicode/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unicode/Makefile.am b/unicode/Makefile.am index 1019999..986151e 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -180,6 +180,8 @@ docs: --stringparam root.filename 'index' \ --stringparam generate.id.attributes 1 \ $(srcdir)/docbook/docbook.xsl $(srcdir)/book.xml + for f in html.tmp/*; do tidy -i -q --tidy-mark no --doctype transitional --input-encoding utf8 --output-encoding utf8 -asxml <$$f >$$f.tmp; xsltproc --nonet $$HOME/www/www.courier-mta.org/xsl/unicode.xsl $$f.tmp | perl -ne 's~\$(id):.*\$$~\$(id):'"$$h"'\$$~; print' >$$f; rm -f $$f.tmp; done + mkdir -p html rm -f html/* mv html.tmp/* html @@ -249,7 +251,7 @@ upload-dist: test -z "$(SFPASSWD)" && exit 1; exit 0 rm -f @PACKAGE@-@VERSION@.tar.bz2.sig; gpg --detach-sign --default-key mrsam@courier-mta.com @PACKAGE@-@VERSION@.tar.bz2; test -f @PACKAGE@-@VERSION@.tar.bz2.sig || exit 1 set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m 'Tag version @VERSION@' - socksify ~/src/sftools/release.pl mrsam $(SFPASSWD) courier courier @VERSION@ @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig + socksify ~/src/sftools/release.pl mrsam $(SFPASSWD) courier $(PACKAGE) @VERSION@ @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig www: rsync -a html/. $$HOME/www/www.courier-mta.org/unicode |
