should be .lhs

This commit is contained in:
dons 2005-12-25 23:44:43 +00:00
parent 6b50678b11
commit 92b8dee308

View File

@ -27,7 +27,7 @@ EXTRA_CLEANS+=*.conf.inplace* *.conf.in *.h autom4te.cache \
clean:
cd docs && $(MAKE) clean
runhaskell Setup.hs clean 2> /dev/null || true
runhaskell Setup.lhs clean 2> /dev/null || true
rm -rf $(CLEAN_FILES)
find testsuite -name '*.a' -exec rm {} \;
find testsuite -name '*~' -exec rm {} \;