소스 검색

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