[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Wed Dec 10 14:27:16 PST 2014


 Makefile.am |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit de24871ebf92422892a6eaed9f28b2a3a5f64572
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Dec 10 23:19:55 2014 +0100

    build-sys: update Lennart's private target

diff --git a/Makefile.am b/Makefile.am
index e5c0bb7..ac7924e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6259,10 +6259,13 @@ doc-sync: all destdir-sphinx
 	rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
 	rsync -rlv --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/
 
-.PHONY: tango
-tango: upload
+.PHONY: gardel
+gardel: upload
+	scp man/*.html gardel:public/systemd-man/
+
+.PHONY: lennart-fedora
+lennart-fedora:
 	cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
-	scp man/*.html tango:public/systemd-man/
 
 .PHONY: install-tree
 install-tree: all



More information about the systemd-commits mailing list