Răsfoiți Sursa

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 ani în urmă
părinte
comite
8c6e0b0561
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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