Fix 'make docs' with out-of-tree builds
This commit is contained in:
@@ -52,8 +52,8 @@ headers: all
|
|||||||
javah -d ${srcdir} org.libjpegturbo.turbojpeg.TJTransformer
|
javah -d ${srcdir} org.libjpegturbo.turbojpeg.TJTransformer
|
||||||
|
|
||||||
docs: all
|
docs: all
|
||||||
cd ${srcdir}; \
|
mkdir -p ${srcdir}/doc; \
|
||||||
mkdir -p doc; cd doc; javadoc -classpath .. org.libjpegturbo.turbojpeg
|
javadoc -d ${srcdir}/doc -sourcepath ${srcdir} org.libjpegturbo.turbojpeg
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user