diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-09-12 11:42:34 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-09-12 11:42:34 +0200 |
commit | 7948d3b25d8190c6d2529efa5983199bd22b6440 (patch) | |
tree | f1fcc88a11844a17f2854b6aa3684869d81a1bff /doc/makefile | |
parent | 78acd6505b8c08f47dd44911b567df31d07aa78d (diff) |
* doc/makefile:
- add examples/apt-https-method-example.conf
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index 8a8a04c03..6ea1c1343 100644 --- a/doc/makefile +++ b/doc/makefile @@ -20,7 +20,7 @@ INCLUDES = apt.ent include $(XML_MANPAGE_H) # Examples -SOURCE = examples/apt.conf examples/sources.list examples/configure-index +SOURCE = examples/apt.conf examples/sources.list examples/configure-index examples/apt-https-method-example.conf TO = $(DOC) TARGET = binary include $(COPY_H) |