]> git.saurik.com Git - apt.git/blobdiff - doc/makefile
Fixed some more bugs
[apt.git] / doc / makefile
index 5be7c053988194dd55910e6d7c99d9a4feb10591..190d0622df9eb365432a041f879d00af9613252d 100644 (file)
@@ -7,9 +7,14 @@ include ../buildlib/defaults.mak
 
 # SGML Documents
 SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \
-         method.sgml
+         method.sgml offline.sgml
 include $(DEBIANDOC_H)
 
 # Man pages
-SOURCE = apt-cache.8 apt-get.8 apt.8 ftp.conf.5 sources.list.5
-include $(MANPAGE_H)
+SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 apt-config.8
+include $(YODL_MANPAGE_H)
+
+# Examples
+SOURCE = examples/apt.conf examples/sources.list
+TO = $(DOC)
+include $(COPY_H)