summaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:39 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:39 +0000
commitc3c459fc5ec635db7e6fa7cff97f4d954cd39fc9 (patch)
tree42cab59df861d917fb146d718d807ee97bd00ab3 /doc/makefile
parent352c27685a2b9f3b5e0b9eb7b828af099fbdb934 (diff)
Make improvements
Author: jgg Date: 1998-11-23 23:17:45 GMT Make improvements
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile
index 037c8a2e1..46739eff2 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -13,3 +13,8 @@ include $(DEBIANDOC_H)
# Man pages
SOURCE = apt-cache.8 apt-get.8 apt.8 sources.list.5
include $(MANPAGE_H)
+
+# Examples
+SOURCE = examples/apt.conf examples/sources.list
+TO = $(DOC)
+include $(COPY_H)