blob: 7f9dff2b5c4e8ccece8cbc08a7bc442085c645c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# -*- 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)
|