]> git.proxmox.com Git - pmg-docs.git/blobdiff - Makefile
pmg-mail-filter.adoc: document who objects
[pmg-docs.git] / Makefile
index a6996de97ee67e81c993c1b547b248fa7e8ef9f2..f44cb0eea52bbd5ff05fb414709b97f98e93cee2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GEN_PACKAGE=pmg-doc-generator
 DOC_PACKAGE=pmg-docs
 
 # also update debian/changelog
-PKGREL=1
+PKGREL=6
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
@@ -39,7 +39,10 @@ GEN_DEB_SOURCES=                             \
 
 GEN_SCRIPTS=                                   \
        gen-cluster.conf.5-opts.pl              \
-       gen-pmg.conf.5-opts.pl
+       gen-fetchmail.conf.5-opts.pl            \
+       gen-ldap.conf.5-opts.pl                 \
+       gen-pmg.conf.5-opts.pl                  \
+       gen-user.conf.5-opts.pl
 
 API_VIEWER_SOURCES=                            \
        api-viewer/index.html                   \
@@ -182,7 +185,7 @@ $(DOC_DEB): index.html $(API_VIEWER_SOURCES) verify-images
 
 .PHONY: upload
 upload: ${GEN_DEB} ${DOC_DEB}
-       tar cf - ${GEN_DEB} ${DOC_DEB} | ssh repoman@repo.proxmox.com upload-pmg
+       tar cf - ${GEN_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
 
 .PHONY: update
 update: clean