5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

improve clean target

This commit is contained in:
Dietmar Maurer 2016-04-29 14:45:54 +02:00
parent 11f340ffc2
commit de9cbbd6ec

View File

@ -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 {} ';'