浏览代码

makefile: make README removes the txt from doc/

- generation of README file for modules removes the txt file from doc/
  directory
Daniel-Constantin Mierla 16 年之前
父节点
当前提交
8c6e0b0561
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.modules

+ 1 - 1
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