X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ac96654175265aacb34f3660d35667d26feba138..bc4af0b920be60156e5567ada3339b432d3f6e3a:/doc/makefile diff --git a/doc/makefile b/doc/makefile index b53f4a0b3..46739eff2 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,13 +1,20 @@ # -*- make -*- BASE=.. +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 +SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \ + method.sgml include $(DEBIANDOC_H) # Man pages -SOURCE = apt-cache.8 apt-get.8 apt.8 ftp.conf.5 sources.list.5 +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)