release: automate uploading of web manuals in CVS
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 13 Dec 2012 10:02:59 +0000 (11:02 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 13 Dec 2012 19:18:09 +0000 (20:18 +0100)
commitad35a6ba74f2c8b0f15b36277bce43adf2a20b84
tree0105015c42e958bfebe2bb1540486c9e913b42e3
parent86e03eccf9352c6990cd7151f8145cb603b45e14
release: automate uploading of web manuals in CVS

This is partly inspired to the 'gnu-web-doc-update' script from
gnulib.  Unfortunately, we can't use that script directly, because
as of now it assumes a build system integrated with gnulib.

* Makefile.am (upload-web-manuals): New .PHONY rule.
(RSYNC, CVS, CVSU, CVS_USER, WEBCVS_ROOT): New variables, used by
the new rule.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am