mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-04 16:20:18 +00:00
fix clean-static find call
'-not -name' instead of '-not name' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
730fbca408
commit
51778acdd5
2
Makefile
2
Makefile
@ -229,7 +229,7 @@ update-static:
|
|||||||
|
|
||||||
.PHONY: clean-static
|
.PHONY: clean-static
|
||||||
clean-static:
|
clean-static:
|
||||||
find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not name qmeventd.8-synopsis.adoc -exec rm -f \{\} \;
|
find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not -name qmeventd.8-synopsis.adoc -exec rm -f \{\} \;
|
||||||
rm -f api-viewer/apidata.js
|
rm -f api-viewer/apidata.js
|
||||||
rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc
|
rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user