X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=7764fcf2fcff07c568068d8db27a7c30e7804627;hp=206a29e432223155cdc9dc40ff8957a1af55d1b9;hb=1421fd686b290e82e125415f37694258ba24046d;hpb=ceb4ea5b6133e92d4fda86447f54b2d3961f2eb7 diff --git a/Makefile b/Makefile index 206a29e..7764fcf 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GEN_PACKAGE=pve-doc-generator DOC_PACKAGE=pve-docs # also update debian/changelog -PKGREL=5 +PKGREL=6 GITVERSION:=$(shell cat .git/refs/heads/master) @@ -268,6 +268,6 @@ update: clean rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc make all -clean: - rm -rf *.html *.pdf *.epub *.tmp *.1 *.5 *.8 *.deb *.changes build api-viewer/apidoc.js chapter-*.html chapter-*-plain.html chapter-*.html pve-admin-guide.chunked +clean: + rm -rf *.tmp.xml *.html *.pdf *.epub *.tmp *.1 *.5 *.8 *.deb *.changes build api-viewer/apidoc.js chapter-*.html chapter-*-plain.html chapter-*.html pve-admin-guide.chunked find . -name '*~' -exec rm {} ';'