mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-02 20:01:18 +00:00
buildsys: don't use rm -r on so many globs
This commit is contained in:
parent
c8bdafbd1a
commit
f00afaef55
6
Makefile
6
Makefile
@ -223,5 +223,9 @@ update: clean
|
||||
make all
|
||||
|
||||
clean:
|
||||
rm -rf *.html *.pdf *.epub *.tmp *.1 *.5 *.8 *.deb *.changes build api-viewer/apidoc.js chapter-*.html *-plain.html chapter-*.html pve-admin-guide.chunked asciidoc-pve link-refs.json .asciidoc-pve-tmp_* pve-docs-mediawiki-import .pve-doc-depends pve-doc-generator.mk chapter-index-table.adoc man1-index-table.adoc man5-index-table.adoc man8-index-table.adoc pve-admin-guide-docinfo.xml
|
||||
rm -rf *.html *.pdf *.epub *.tmp *.1 *.5 *.8
|
||||
rm -f *.deb *.changes *.buildinfo
|
||||
rm -f api-viewer/apidoc.js chapter-*.html *-plain.html chapter-*.html pve-admin-guide.chunked asciidoc-pve link-refs.json .asciidoc-pve-tmp_* pve-docs-mediawiki-import
|
||||
rm -rf .pve-doc-depends
|
||||
rm -f pve-doc-generator.mk chapter-index-table.adoc man1-index-table.adoc man5-index-table.adoc man8-index-table.adoc pve-admin-guide-docinfo.xml
|
||||
rm -rf build-*
|
||||
|
Loading…
Reference in New Issue
Block a user