X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7d5bbcbc91a55fe3d1727c9dfc42b676b2fb743e..2d6751b980b765ca62601c3bd8b535999b0f9f51:/doc/makefile diff --git a/doc/makefile b/doc/makefile index 037c8a2e1..190d0622d 100644 --- a/doc/makefile +++ b/doc/makefile @@ -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 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)