From ac96654175265aacb34f3660d35667d26feba138 Mon Sep 17 00:00:00 2001
From: Arch Librarian <arch@canonical.com>
Date: Mon, 20 Sep 2004 16:50:46 +0000
Subject: Documentation support Author: jgg Date: 1998-07-13 02:01:28 GMT
 Documentation support

---
 doc/makefile | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 doc/makefile

(limited to 'doc/makefile')

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)
-- 
cgit v1.2.3