diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-02-11 01:59:49 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-11 01:59:49 +0100 |
commit | 704323542ee309658411433aada4577d14f938c2 (patch) | |
tree | 2942aded9207dc37b7539105388b5329f1be87b7 | |
parent | build-sys: prepare 42 (diff) | |
download | systemd-704323542ee309658411433aada4577d14f938c2.tar.xz systemd-704323542ee309658411433aada4577d14f938c2.zip |
build-sys: publish man pages also on fdov42
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eda338a320..e73f4a12e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2533,6 +2533,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ upload: all distcheck 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 man/*.html fdo:/srv/www.freedesktop.org/www/software/systemd/man/ scp man/*.html tango:public/systemd-man/ git-tag: |