summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-02-11 14:05:12 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-02-11 14:05:12 +0100
commit99a5ac4da1f64b233c3f66f32593231ce3066757 (patch)
treed61a0ee4e74fb72844a4bb2fb56cd6f09703181b /Makefile
parent27dcb3155d74e5f66c86e18aa008ded8b2dd1367 (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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 664caca41..8e3ed7e3c 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@