]> git.saurik.com Git - apt.git/blobdiff - doc/makefile
Correct typo found by Isaac Wilcox
[apt.git] / doc / makefile
index 5be7c053988194dd55910e6d7c99d9a4feb10591..2ea37eae78005fadab341471efd98d9f3a988fde 100644 (file)
@@ -5,11 +5,19 @@ SUBDIR=doc
 # Bring in the default rules
 include ../buildlib/defaults.mak
 
-# SGML Documents
-SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \
-         method.sgml
+# Debian Doc SGML Documents
+SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \
+         cache.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 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \
+        apt-extracttemplates.1 vendors.list.5
+INCLUDES = apt.ent      
+include $(SGML_MANPAGE_H)
+
+# Examples
+SOURCE = examples/apt.conf examples/sources.list examples/configure-index 
+TO = $(DOC)
+include $(COPY_H)