summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-11-24 10:00:20 +0000
committerArch Librarian <arch@canonical.com>2004-11-24 10:00:20 +0000
commita0258d526ee5cffa2f117ff7babe3e228f8538c7 (patch)
treed53bc591d6f1f2140f6fefde1aba8420a29ccecf /doc
parent8d69127bf89691cec365780ccc10d6ee5be7332e (diff)
downloadpython-apt-a0258d526ee5cffa2f117ff7babe3e228f8538c7.tar.gz
It makes packages, sort of
Author: jgg Date: 2001-04-06 05:30:09 GMT It makes packages, sort of
Diffstat (limited to 'doc')
-rw-r--r--doc/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile
new file mode 100644
index 00000000..5f8fc182
--- /dev/null
+++ b/doc/makefile
@@ -0,0 +1,12 @@
+# -*- make -*-
+BASE=..
+SUBDIR=doc
+
+# Bring in the default rules
+include ../buildlib/defaults.mak
+
+# Examples
+SOURCE = examples/config.py examples/configisc.py examples/tagfile.py \
+ examples/versiontest.py
+TO = $(DOC)
+include $(COPY_H)