diff options
author | Billy Biggs <vektor@dumbterm.net> | 2005-08-22 22:23:54 +0000 |
---|---|---|
committer | Billy Biggs <vektor@dumbterm.net> | 2005-08-22 22:23:54 +0000 |
commit | dc907490e35c26ebb7d1fd106963f754d389ad82 (patch) | |
tree | 071fd8d25d0fdbbade9d6990060d303181d9ab0d /doc | |
parent | a68097a219543160ea6ff12628626dcdb070f97e (diff) |
Add version.xml to content_files so it will be copied to the right place for DESTDIR builds.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am index f05cd87e1..289029f15 100644 --- a/doc/public/Makefile.am +++ b/doc/public/Makefile.am @@ -48,6 +48,7 @@ MKTMPL_OPTIONS= # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) content_files = \ + version.xml \ language-bindings.xml # Images to copy into HTML directory |