]> git.proxmox.com Git - pve-docs.git/commitdiff
improve clean target
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Apr 2016 12:45:54 +0000 (14:45 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Apr 2016 12:45:54 +0000 (14:45 +0200)
Makefile

index 52b7e0fb42f44996ad173df6e081b3fad22da958..b9a86692b9506ae188aa3495764dac423ed1c7b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -237,5 +237,7 @@ update: clean
        make all
 
 clean:
-       rm -rf *~ *.html *.pdf *.epub *.tmp *.1 *.5 *.8 *.deb *.changes build api-viewer/apidata.js api-viewer/apidoc.js
+       rm -rf *.html *.pdf *.epub *.tmp *.1 *.5 *.8 *.deb *.changes build api-viewer/apidata.js api-viewer/apidoc.js
+       find . -name '*~' -exec rm {} ';'
+