mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-30 18:44:56 +00: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
|
make all
|
||||||
|
|
||||||
clean:
|
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…
Reference in New Issue
Block a user