diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-04-03 11:40:47 -0400 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-04-03 11:40:47 -0400 |
commit | 02b7dac1de29b7e323d9457f14b639582d0a2e04 (patch) | |
tree | 64f8d2f0b8170ec6171bec7c5bec1ff839af562d /doc | |
parent | b5c2e362c3ae4c932f4acdba13e53d80f63b1777 (diff) |
bump the ac_prereq and use the docdir var
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c401d96..43802fe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -12,7 +12,7 @@ SPEC_XML_FILES = \ if DOCBOOK_DOCS_ENABLED -htmldocdir = $(DOCDIR)/spec +htmldocdir = $(docdir)/spec htmldoc_DATA = ConsoleKit.html ConsoleKit.html : $(SPEC_XML_FILES) |