update build instructions

This commit is contained in:
Don Stewart
2005-09-03 03:37:37 +00:00
parent 90d780cff8
commit 1191f0595e
2 changed files with 10 additions and 9 deletions

View File

@ -47,6 +47,9 @@ check:
CLEAN_FILES += *.conf.*.old *~
EXTRA_CLEANS+=*.conf.inplace* *.conf.in *.h autom4te.cache \
config.h config.mk config.log config.status
clean:
cd docs && $(MAKE) clean
runhaskell Setup.hs clean 2> /dev/null || true
@ -63,11 +66,6 @@ clean:
rm -rf examples/hmake/lib-plugs/plugs
rm -rf examples/hmake/one-shot/runplugs
rm -f EvalHaskell.h
EXTRA_CLEANS+=*.conf.inplace* *.conf.in *.h autom4te.cache \
config.h config.mk config.log config.status
distclean: clean
rm -rf $(EXTRA_CLEANS)
-include config.mk