diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:50 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:50 +0000 |
commit | 921cd883b98ee7ef43450d416701320466175a83 (patch) | |
tree | 5ee5110f1272bc4a0c58a5806f02c24682b585c7 /doc/makefile | |
parent | 28dae50bd02ec8df0ced994bf616dcdc38b6af2a (diff) |
copy rules now require a TARGET var, to specify the tar...
Author: doogie
Date: 2003-02-12 07:28:33 GMT
copy rules now require a TARGET var, to specify the target to install the
copy rules under. The copy target in dselect/makefile installs itself
under program, and not doc.
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile index 2ea37eae7..6fef0cc6e 100644 --- a/doc/makefile +++ b/doc/makefile @@ -20,4 +20,5 @@ include $(SGML_MANPAGE_H) # Examples SOURCE = examples/apt.conf examples/sources.list examples/configure-index TO = $(DOC) +TARGET = doc include $(COPY_H) |