[pkg-java] r2751 - branches/tomcat5.5/feature/debian/debian

Marcus Better marcusb-guest at alioth.debian.org
Wed Nov 15 10:09:16 CET 2006


Author: marcusb-guest
Date: 2006-11-15 10:09:16 +0100 (Wed, 15 Nov 2006)
New Revision: 2751

Modified:
   branches/tomcat5.5/feature/debian/debian/rules
Log:
Don't use xsltproc to generate documentation. This can be done the default way now since the needed JDK support is in main.


Modified: branches/tomcat5.5/feature/debian/debian/rules
===================================================================
--- branches/tomcat5.5/feature/debian/debian/rules	2006-11-14 20:16:14 UTC (rev 2750)
+++ branches/tomcat5.5/feature/debian/debian/rules	2006-11-15 09:09:16 UTC (rev 2751)
@@ -9,7 +9,6 @@
 JASPER_SRCDIR     := jasper
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME := /usr/lib/jvm/java-gcj
@@ -37,13 +36,3 @@
 	-rm -r build/tmp
 	-rm connectors/jk/jkstatus/dist/tomcat-jkstatus-ant.jar
 	-rm -f LICENSE
-
-install/tomcat5.5-webapps::
-	install -d $(TOMCAT_BUILD)/webapps/tomcat-docs/
-	cd $(CATALINA_SRCDIR)/webapps/docs && cp -R *.xml *.xsl appdev architecture config funcspecs ../../../$(TOMCAT_BUILD)/webapps/tomcat-docs/	
-	cd $(TOMCAT_BUILD)/webapps/tomcat-docs && for i in `find . -maxdepth 2 -name '*.xml'`; do xsltproc tomcat-docs.xsl $$i > `dirname $$i`/`basename $$i .xml`.html; done
-	cd $(TOMCAT_BUILD)/webapps/tomcat-docs && find . -name '*.xml' -exec rm -f {} \;
-	cd $(TOMCAT_BUILD)/webapps/tomcat-docs && rm -f tomcat-docs.xsl        
-	cd $(CATALINA_SRCDIR)/webapps/docs && cp -R WEB-INF ../../../$(TOMCAT_BUILD)/webapps/tomcat-docs/
-	# copy the RELEASE_NOTES into the tomcat-docs webapp
-	cp $(TOMCAT_SRCDIR)/RELEASE-NOTES $(TOMCAT_BUILD)/webapps/ROOT/RELEASE-NOTES.txt




More information about the pkg-java-commits mailing list