From ea69e8217b4ddb9b054b2d3bf18260e71102646f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 30 May 2011 02:06:12 +0200 Subject: [PATCH] Makefile: add tar-sync --- Makefile.am | 3 +++ TODO | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 16127b722..998a38594 100644 --- a/Makefile.am +++ b/Makefile.am @@ -699,6 +699,9 @@ git-release: git gc git prune +tar-sync: + scp udev-$(VERSION).gz master.kernel.org:/pub/linux/utils/kernel/hotplug/ + doc-sync: rsync -av udev/*.html master.kernel.org:/pub/linux/utils/kernel/hotplug/udev/ rsync -av --delete libudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libudev/ diff --git a/TODO b/TODO index ab7a5e85c..96cb83a17 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ + - libudev: return errno or set errno + - delete mobile-action-modeswitch (moved to usb_modeswitch) -- 2.30.2