mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +00:00
Configure javadoc a bit
This commit is contained in:
parent
90b8e3d9cd
commit
8c0fe8d9a3
@ -73,6 +73,10 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
|
||||
javadoc {
|
||||
title = "Avian v${version} Class Library API"
|
||||
}
|
||||
|
||||
task javadocJar(type: Jar) {
|
||||
dependsOn javadoc
|
||||
classifier = 'javadoc'
|
||||
|
8
makefile
8
makefile
@ -1528,14 +1528,6 @@ tarball:
|
||||
(cd .. && tar --exclude=build --exclude='.*' --exclude='*~' -cjf \
|
||||
avian/build/avian-$(version).tar.bz2 avian)
|
||||
|
||||
.PHONY: javadoc
|
||||
javadoc:
|
||||
$(JAVA_HOME)/bin/javadoc -sourcepath classpath -d build/javadoc -subpackages avian:java \
|
||||
-windowtitle "Avian v$(version) Class Library API" \
|
||||
-doctitle "Avian v$(version) Class Library API" \
|
||||
-header "Avian v$(version)" \
|
||||
-bottom "<a href=\"http://oss.readytalk.com/avian/\">http://oss.readytalk.com/avian</a>"
|
||||
|
||||
.PHONY: clean-current
|
||||
clean-current:
|
||||
@echo "removing $(build)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user