We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ecc48 commit b52d4c1Copy full SHA for b52d4c1
Makefile
@@ -332,6 +332,8 @@ docs: doc/html/yajl.apdx.html
332
#
333
install-docs:: ${DESTDIR}${DOCDIR}/${PACKAGE}/html/
334
cd doc/html && cp -R ./ ${DESTDIR}${DOCDIR}/${PACKAGE}/html/
335
+ rm -f ${DESTDIR}${DOCDIR}/${PACKAGE}/html/index.html
336
+ ln -fs ./yajl.cxref.html ${DESTDIR}${DOCDIR}/${PACKAGE}/html/index.html
337
338
# See the helper settings below the include of <bsd.obj.mk> for how ${.OBJDIR}
339
# is properly reset even before it has been made.
0 commit comments