Codebase list java3d / 67e4f23
debian/rules: Enabled building docs and install docs-public as /usr/share/doc/libjava3d-java-doc/api/. Jonny Lamb 15 years ago
1 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77
88 DEB_JARS := ant-launcher ant-nodeps vecmath
99 DEB_ANT_CLEAN_TARGET := clean
10 DEB_ANT_BUILD_TARGET := jar # docs
10 DEB_ANT_BUILD_TARGET := jar docs
1111 DEB_BUILDDIR := j3d-core
1212
1313 install/libjava3d-java::
2121 install -m 644 -D j3d-core/build/default/opt/native/libj3dcore-ogl.so \
2222 debian/libjava3d-jni/usr/lib/jni/libj3dcore-ogl.so
2323
24 install/libjava3d-java-doc::
25 mkdir -p debian/libjava3d-java-doc/usr/share/doc/libjava3d-java-doc
26 platform=`cd j3d-core; ant echo | grep platform | sed -e 's/.*= //'` ; \
27 cp -r j3d-core/build/$$platform/javadocs/docs-public \
28 debian/libjava3d-java-doc/usr/share/doc/libjava3d-java-doc/api
29
2430 clean::
2531
2632 DEB_VER := 0.0.cvs.2008816