Module: sip-router Branch: master Commit: 8c6e0b056196c94aa957f95736dc7fcad83a1f16 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c6e0b05...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Apr 21 21:45:49 2009 +0200
makefile: make README removes the txt from doc/
- generation of README file for modules removes the txt file from doc/ directory
---
Makefile.modules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.modules b/Makefile.modules index da2c37f..0b85655 100644 --- a/Makefile.modules +++ b/Makefile.modules @@ -95,7 +95,7 @@ ifneq (,$(wildcard doc/Makefile))
README: doc/*.xml $(MAKE) -C doc $(MOD_NAME).txt - cp doc/$(MOD_NAME).txt $@ + mv doc/$(MOD_NAME).txt $@
else # do nothing