]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update --css-include path to fix distcheck.
authorSimon Josefsson <simon@josefsson.org>
Fri, 27 Feb 2009 08:48:52 +0000 (09:48 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 27 Feb 2009 08:48:52 +0000 (09:48 +0100)
doc/Makefile.am

index a6743bc22fbe104acc4be34e9ee18643b3bb6cb4..dc618cdabdfb4690d026fb73823dd44f69c9eee6 100644 (file)
@@ -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