Skip to content

Commit

Permalink
Copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Dec 10, 2019
1 parent a726f4e commit 8edae31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xxe/eoa/eoa.incl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<process>
<mkdir dir="%P%Soutput%S" quiet="true"/>
<mkdir dir="%P%Soutput%Shtml%S" quiet="true"/>
<mkdir dir="%P%Soutput%Shtml%Simages%S" quiet="true"/>
<mkdir dir="%P%Soutput%Shtml%Sinline%S" quiet="true"/>
<mkdir dir="%P%Soutput%Shtml%Sfacsim%S" quiet="true"/>
<copy files="%P%Simages%S*" to="%P%Soutput%Shtml%Simages%S" recurse="true" quiet="true"/>
<copy files="%P%Sinline%S*" to="%P%Soutput%Shtml%Sinline%S" recurse="true" quiet="true"/>
<copy files="%P%Sfacsim%S*" to="%P%Soutput%Shtml%Sfacsim%S" recurse="true" quiet="true"/>
<!--stylesheet="xsl%Stei2eoatex.xsl"-->
<transform file="%D" label="eoa2html"
stylesheet="xsl%Stei2html.xsl"
Expand Down

0 comments on commit 8edae31

Please sign in to comment.