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 /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 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ all headers library clean veryclean binary program doc dirs: $(MAKE) -C apt-inst $@ $(MAKE) -C methods $@ $(MAKE) -C cmdline $@ + $(MAKE) -C share $@ $(MAKE) -C ftparchive $@ $(MAKE) -C dselect $@ $(MAKE) -C doc $@ |