Browse Source

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 năm trước cách đây
mục cha
commit
8c6e0b0561
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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