diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile new file mode 100644 index 000000000..b53f4a0b3 --- /dev/null +++ b/doc/makefile @@ -0,0 +1,13 @@ +# -*- make -*- +BASE=.. + +# Bring in the default rules +include ../buildlib/defaults.mak + +# SGML Documents +SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml +include $(DEBIANDOC_H) + +# Man pages +SOURCE = apt-cache.8 apt-get.8 apt.8 ftp.conf.5 sources.list.5 +include $(MANPAGE_H) |