diff options
author | Richard Hughes <richard@hughsie.com> | 2007-07-06 00:08:24 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-07-06 00:08:24 +0100 |
commit | af726511f62f4e52508c5e7cb4c72e2eb1439117 (patch) | |
tree | f75d35769cf8573a94fe193a3d7297b2be63b73d /docs | |
parent | f435d27f179057e23dfe7a27603ad73e9814658d (diff) |
use the buildin docdir as it actually works
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 9eeed6e..c9639e5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -18,7 +18,7 @@ SPEC_XML_FILES = \ SPEC_HTML_FILES = \ index.html -htmldocdir = $(DOCDIR) +htmldocdir = $(docdir) htmldoc_DATA = index.html if DOCBOOK_DOCS_ENABLED |