diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-09 08:31:43 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-09 08:31:43 +0200 |
commit | 99955b54be850fad280a556ca80dc21374d2c5b7 (patch) | |
tree | eafe6ca77dd86d456c77522be8056ba1ab967a5a /tools/Rules.in | |
parent | a012cbb16f3d73ca7ffafe6f7933de7369e2ee48 (diff) | |
download | bird-99955b54be850fad280a556ca80dc21374d2c5b7.tar bird-99955b54be850fad280a556ca80dc21374d2c5b7.zip |
Proper building and installation of documentation in the Makefiles.
Diffstat (limited to 'tools/Rules.in')
-rw-r--r-- | tools/Rules.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Rules.in b/tools/Rules.in index 2d2a827..0df0fee 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -39,6 +39,7 @@ bindir=@bindir@ sbindir=@sbindir@ sysconfdir=@sysconfdir@ localstatedir=@localstatedir@ +docdir=@prefix@/doc ifdef source |