X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=40c1186d76da537765260843fca30952a5469895;hb=1b1110581a9104a841eeaf2a9dc188bbd9fa2860;hp=f8fade8ac08ab956b56070f54980275e86422710;hpb=3ec6e249b311140d7be7e7aa8c8adc3f6115bc6f;p=proxmox-backup.git diff --git a/Makefile b/Makefile index f8fade8a..40c1186d 100644 --- a/Makefile +++ b/Makefile @@ -80,18 +80,21 @@ build: .PHONY: proxmox-backup-docs -proxmox-backup-docs: $(DOC_DEB) -$(DOC_DEB): build +$(DOC_DEB) $(DEBS): proxmox-backup-docs +proxmox-backup-docs: build cd build; dpkg-buildpackage -b -us -uc --no-pre-clean lintian $(DOC_DEB) # copy the local target/ dir as a build-cache .PHONY: deb -deb: $(DEBS) -$(DEBS): build +$(DEBS): deb +deb: build cd build; dpkg-buildpackage -b -us -uc --no-pre-clean --build-profiles=nodoc lintian $(DEBS) +.PHONY: deb-all +deb-all: $(DOC_DEB) $(DEBS) + .PHONY: dsc dsc: $(DSC) $(DSC): build