forked from I2P_Developers/i2p.i2p
Debian: If the i2p-doc (javadoc) package is installed, add a javadoc link on
the router console.
This commit is contained in:
4
debian/i2p-doc.doc-base
vendored
4
debian/i2p-doc.doc-base
vendored
@ -1,9 +1,9 @@
|
||||
Document: i2p-doc
|
||||
Title: API JavaDoc for i2p-doc
|
||||
Author:
|
||||
Author: I2P Developers
|
||||
Abstract: This the API JavaDoc for i2p-doc
|
||||
Section: Programming/Java
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/i2p-doc/api
|
||||
Index: /usr/share/doc/i2p-doc/api/index.html
|
||||
Files: /usr/share/doc/i2p-doc/api/*.html
|
||||
|
2
debian/i2p-doc.install
vendored
2
debian/i2p-doc.install
vendored
@ -1 +1 @@
|
||||
build/api usr/share/doc/i2p-doc
|
||||
build/javadoc usr/share/i2p/docs
|
||||
|
1
debian/i2p-doc.links
vendored
Normal file
1
debian/i2p-doc.links
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/share/i2p/docs/javadoc usr/share/doc/i2p-doc/api
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -52,7 +52,6 @@ build-indep:
|
||||
#[ -r jetty/jetty-5.1.15.tgz ] && ln -sf $(CURDIR)/jetty/jetty-5.1.15.tgz $(CURDIR)/apps/jetty/jetty-5.1.15.tgz
|
||||
ant preppkg-linux javadoc
|
||||
echo router.updateDisabled=true > $(I2P)/router.config
|
||||
mv build/javadoc build/api
|
||||
mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper
|
||||
-cp -fv /usr/share/tor/geoip $(CURDIR)/pkg-temp/geoip/geoip.txt
|
||||
|
||||
|
Reference in New Issue
Block a user