diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:46 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:46 +0000 |
commit | ac96654175265aacb34f3660d35667d26feba138 (patch) | |
tree | 5ac0415e0ad77804b868d0e8786278fef2b1adcc /doc/makefile | |
parent | 094a497dd2dba1f47157e07d57f97c338a5ddaa0 (diff) |
Documentation support
Author: jgg
Date: 1998-07-13 02:01:28 GMT
Documentation support
Diffstat (limited to 'doc/makefile')
-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) |