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:
parent
11f340ffc2
commit
de9cbbd6ec
4
Makefile
4
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 {} ';'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user