Remove temporary tags file.

This commit is contained in:
chris_kohlhoff 2008-09-05 02:51:46 +00:00
parent 0c347712fe
commit 20426f82e4

View File

@ -19,4 +19,4 @@ chdir("xml");
system("xsltproc combine.xslt index.xml > all.xml");
chdir("..");
system("xsltproc tutorial.xsl xml/all.xml > tutorial.qbk");
system("rm -rf xml");
system("rm -rf xml reference.tags");