From: Wolfgang Bumiller Date: Fri, 3 Feb 2017 12:30:54 +0000 (+0100) Subject: buildsys: don't use rm -r on so many globs X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=f00afaef559beefc56c8eed970c5b8ef2a550ada buildsys: don't use rm -r on so many globs --- diff --git a/Makefile b/Makefile index 1caca8c..5494078 100644 --- a/Makefile +++ b/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-*