1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

build-sys: add 'make doc-sync' target

This commit is contained in:
Kay Sievers 2012-04-13 23:50:52 +02:00
parent ecedd90fcd
commit 690804ca8e
2 changed files with 7 additions and 3 deletions

View File

@ -3198,8 +3198,12 @@ DISTCHECK_CONFIGURE_FLAGS = \
upload: all distcheck upload: all distcheck
cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/ scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
scp man/*.html fdo:/srv/www.freedesktop.org/www/software/systemd/man/
scp man/*.html tango:public/systemd-man/ scp man/*.html tango:public/systemd-man/
doc-sync: all
rsync -av --delete docs/libudev/html/ www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/libudev/
rsync -av --delete docs/gudev/html/ www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/gudev/
rsync -av --delete man/*.html www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/man/
git-tag: git-tag:
git tag "v$(VERSION)" -m "systemd $(VERSION)" git tag "v$(VERSION)" -m "systemd $(VERSION)"

View File

@ -9,8 +9,8 @@
<title>libudev Reference Manual</title> <title>libudev Reference Manual</title>
<releaseinfo>for libudev version &version;</releaseinfo> <releaseinfo>for libudev version &version;</releaseinfo>
<copyright> <copyright>
<year>2009-2011</year> <year>2009-2012</year>
<holder>Kay Sievers &lt;kay.sievers@vrfy.org&gt;</holder> <holder>Kay Sievers &lt;kay@vrfy.org&gt;</holder>
</copyright> </copyright>
</bookinfo> </bookinfo>