diff options
Diffstat (limited to 'idle-inhibit/Makefile')
-rw-r--r-- | idle-inhibit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idle-inhibit/Makefile b/idle-inhibit/Makefile index 8c651ba..d830986 100644 --- a/idle-inhibit/Makefile +++ b/idle-inhibit/Makefile @@ -14,4 +14,4 @@ clean: rm -f html/*.html upload: all - rsync -Hvax html/./ specs.freedesktop.org:/srv/specifications.freedesktop.org/www/idle-inhibition-service/./ + rsync -Hvax html/./ specs.freedesktop.org:/srv/specifications.freedesktop.org/www/idle-inhibit-spec/latest/ |