From: Dietmar Maurer Date: Tue, 18 Oct 2016 05:13:27 +0000 (+0200) Subject: Makefile: update - do not delete file pmxcfs.8-synopsis.adoc X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=5bf279bd97434367dc9485e83abc56bb6541a93e;hp=0d02df33f12a84b417a6806e0d3faa51d1ad7b53 Makefile: update - do not delete file pmxcfs.8-synopsis.adoc This is not auto-generated, so we need to keep that file. --- diff --git a/Makefile b/Makefile index 812e7c9..d194591 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} .PHONY: update update: clean - rm -f *.5-opts.adoc *.1-synopsis.adoc *.8-synopsis.adoc + find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -exec rm -f \{\} \; rm -f api-viewer/apidata.js rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc make all