Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
6a974461
Commit
6a974461
authored
Feb 23, 2012
by
Thomas White
Browse files
Better way to set the reference documentation installation path
parent
918679c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6a974461
...
...
@@ -305,6 +305,8 @@ AC_SUBST([LIBCRYSTFEL_LIBS])
GTK_DOC_CHECK([1.11],[--flavour no-tmpl])
AC_CONFIG_MACRO_DIR(m4)
HTML_DIR=${docdir}/reference
AC_CONFIG_FILES(Makefile lib/Makefile doc/reference/Makefile libcrystfel/Makefile)
AC_OUTPUT
m4/gtk-doc.m4
View file @
6a974461
...
...
@@ -15,10 +15,9 @@ AC_DEFUN([GTK_DOC_CHECK],
AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
dnl for overriding the documentation installation directory
dnl Modified by TAW to customise default path
AC_ARG_WITH([html-dir],
AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
[with_html_dir='${d
oc
dir}/
reference
'])
[with_html_dir='${d
ata
dir}/
gtk-doc/html
'])
HTML_DIR="$with_html_dir"
AC_SUBST([HTML_DIR])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment