]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - makefile
Finish updating the manpage; make the example config file match.
[dead/htsn.git] / makefile
index 32385676c55b7756228f11e614755bd45bb7decb..c6c79812539f456877a7af34cd55f530f67774ac 100644 (file)
--- a/makefile
+++ b/makefile
@@ -23,6 +23,7 @@ doc: src/*.hs
 clean:
        runghc Setup.hs clean
        rm -f *.log
+       rm -f *.xml
        rm -rf tmp
 
 $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs