diff options
-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 a6743bc22f..dc618cdabd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -90,7 +90,7 @@ images_DATA = gnutls-certificate-user-use-case.png \ AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS) AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ - --no-split --css-include=texinfo.css + --no-split --css-include=$(srcdir)/texinfo.css ../lib/gnutls-api.texi: cd ../lib && make gnutls-api.texi |