* move mug/ to toys/mug

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-15 08:43:00 +02:00
parent 9df9c2b36f
commit 45c95b06f3
16 changed files with 33 additions and 13 deletions

View File

@ -153,8 +153,9 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
src/tests/Makefile
mug/Makefile
mug/mug.desktop
toys/Makefile
toys/mug/Makefile
toys/mug/mug.desktop
man/Makefile
contrib/Makefile
])
@ -165,9 +166,9 @@ echo "mu configuration is complete."
echo "-----------------------------"
echo
echo "Note: the Xapian database is no longer stored as <muhome>/xapian-0.6"
echo "but instead simply as <muhome>/xapian. You can remove the older"
echo "<muhome>/xapian-0.6 directory to save some disk space"
echo "Note: since version 0.7, the Xapian database is no longer stored as "
echo "<muhome>/xapian-0.6 but instead simply as <muhome>/xapian. You can "
echo "remove the olde <muhome>/xapian-0.6 directory to save some disk space"
echo
echo "type 'make' to build mu, or 'make check' to run the unit tests."