build.xml
changeset 64 c069af21c4be
parent 60 6e574058ef56
child 78 7e478bfa5694
equal deleted inserted replaced
63:75ee09ccc0ec 64:c069af21c4be
   131 			<fileset dir="${funkce}" includes="**/*"/>
   131 			<fileset dir="${funkce}" includes="**/*"/>
   132 			<fileset file="${seznamMaker}"/>
   132 			<fileset file="${seznamMaker}"/>
   133 		</delete>
   133 		</delete>
   134 	</target>
   134 	</target>
   135 	
   135 	
       
   136 	<target name="prohlédni" description="Otevře vygenerované stránky ve www prohlížeči.">
       
   137 		<exec executable="x-www-browser" os="Linux">
       
   138 			<arg value="${výstup}/index${výstupníPřípona}"/>
       
   139 		</exec>
       
   140 	</target>
       
   141 	
   136 	<target name="licence">
   142 	<target name="licence">
   137 		<echo>${čára}
   143 		<echo>${čára}
   138 XML Web generátor Copyright © 2012 František Kučera (frantovo.cz)
   144 XML Web generátor Copyright © 2012 František Kučera (frantovo.cz)
   139 This program comes with ABSOLUTELY NO WARRANTY;
   145 This program comes with ABSOLUTELY NO WARRANTY;
   140 This is free software, and you are welcome to redistribute it
   146 This is free software, and you are welcome to redistribute it