summaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:50:30 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:50:30 +0100
commit8b46b0c4bdfbaa07972311b1cf19616d5c5aff04 (patch)
tree59167b2b8c1d331bfebf072d5ba84dd154f0b373 /doc/makefile
parent6c1711a80a8a7d011f4d5f49618ff396ad2f5722 (diff)
parent85839f4f241c99f9e4ebb0a6a8847a2d433f1160 (diff)
downloadpython-apt-8b46b0c4bdfbaa07972311b1cf19616d5c5aff04.tar.gz
merge from the debian experimental branch
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/makefile b/doc/makefile
deleted file mode 100644
index 7f9dff2b..00000000
--- a/doc/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- 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 examples/checkstate.py \
- examples/recommends.py
-TO = $(DOC)
-include $(COPY_H)