diff options
author | Daniel Mack <daniel@zonque.org> | 2016-02-02 18:32:09 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2016-02-10 13:27:24 +0100 |
commit | 684d3dabef52af0390b1df989e0fab8ca090d75d (patch) | |
tree | d49f1001b0af1bda2e5309c4bf7ef1eb02edbb81 /Makefile.am | |
parent | 42caedb2aae782659413f0f50ab824d58065c190 (diff) |
Makefile.am: remove some relicts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index a3a473097b..84f8593ba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6285,14 +6285,6 @@ www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd doc-sync: all rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/ -.PHONY: gardel -gardel: - scp man/*.html gardel:public/systemd-man/ - -.PHONY: lennart-fedora -lennart-fedora: - cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ - .PHONY: install-tree install-tree: all rm -rf $(abs_srcdir)/install-tree |