diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-11 14:05:12 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-11 14:05:12 +0100 |
commit | 99a5ac4da1f64b233c3f66f32593231ce3066757 (patch) | |
tree | d61a0ee4e74fb72844a4bb2fb56cd6f09703181b /share/makefile | |
parent | 27dcb3155d74e5f66c86e18aa008ded8b2dd1367 (diff) |
* share/apt-auth-failure.note:
- show update-notifier note if the nightly update fails with a
authentication failure (apt-authentication-reliability spec)
Diffstat (limited to 'share/makefile')
-rw-r--r-- | share/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/makefile b/share/makefile new file mode 100644 index 000000000..e35376d98 --- /dev/null +++ b/share/makefile @@ -0,0 +1,12 @@ + +BASE=.. +SUBDIR=share + +# Bring in the default rules +include ../buildlib/defaults.mak + +binary: apt-auth-failure.note.h + +apt-auth-failure.note.h: apt-auth-failure.note + intltool-extract -t gettext/rfc822deb apt-auth-failure.note + echo "share/apt-auth-failure.note.h" >> $(BUILD)/po/domains/apt/apt-auth-failure.note.srclist |