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:
parent
ecedd90fcd
commit
690804ca8e
@ -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)"
|
||||||
|
@ -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 <kay.sievers@vrfy.org></holder>
|
<holder>Kay Sievers <kay@vrfy.org></holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user