diff options
author | Thomas White <taw@physics.org> | 2013-03-01 14:15:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-03-01 14:15:10 +0100 |
commit | ed6bf4edb2abd89188cdd38911473dadc194a7f9 (patch) | |
tree | 16e8b089807c47d70416cecf08c4089f5a5b434c /configure.ac | |
parent | ad94c430447aa969397db2356571c62e9bfe4f29 (diff) |
Use gtk-doc for libcrystfel only (not the contents of src)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a3a15482..97f9513d 100644 --- a/configure.ac +++ b/configure.ac @@ -301,9 +301,9 @@ AC_SUBST([LIBCRYSTFEL_LIBS]) GTK_DOC_CHECK([1.9],[--flavour no-tmpl]) AC_CONFIG_MACRO_DIR(m4) -HTML_DIR=${docdir}/reference +HTML_DIR=${docdir}/reference/libcrystfel -AC_CONFIG_FILES(Makefile lib/Makefile doc/reference/Makefile libcrystfel/Makefile) +AC_CONFIG_FILES(Makefile lib/Makefile doc/reference/libcrystfel/Makefile libcrystfel/Makefile) AC_CONFIG_FILES(libcrystfel/crystfel.pc) AC_OUTPUT |