diff options
author | Badlop <badlop@process-one.net> | 2008-10-27 12:19:06 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-10-27 12:19:06 +0000 |
commit | f032cf338062c5d3c94d7200d6a469442176409b (patch) | |
tree | 82f202b26baa807ffc939e1f811994f942363317 | |
parent | * src/translate.erl: When a translation file can't be loaded, show (diff) |
* src/Makefile.in (clean-local): Delete also ejabberdctl.example
SVN Revision: 1671
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index 8148741e..096af8b5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 |