]> git.proxmox.com Git - pve-docs.git/commitdiff
buildsys: don't use rm -r on so many globs
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 3 Feb 2017 12:30:54 +0000 (13:30 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 3 Feb 2017 13:35:28 +0000 (14:35 +0100)
Makefile

index 1caca8cb1eb747520000be1905151f5f7ddc7a17..5494078db8ef954c7f2d24ab9b53543704c8a024 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -223,5 +223,9 @@ update: clean
        make all
 
 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-*
        rm -rf build-*