* src/Makefile.in (clean-local): Delete also ejabberdctl.example

SVN Revision: 1671
This commit is contained in:
Badlop 2008-10-27 12:19:06 +00:00
parent ff6891cdd0
commit f032cf3380
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-10-27 Badlop <badlop@process-one.net>
* src/Makefile.in (clean-local): Delete also ejabberdctl.example
2008-10-25 Badlop <badlop@process-one.net>
* src/translate.erl: When a translation file can't be loaded, show

View File

@ -257,7 +257,7 @@ uninstall-all: uninstall-binary
clean: clean-recursive clean-local
clean-local:
rm -f *.beam $(ERLSHLIBS) epam
rm -f *.beam $(ERLSHLIBS) epam ejabberdctl.example
rm -f XmppAddr.asn1db XmppAddr.erl XmppAddr.hrl
distclean: distclean-recursive clean-local