]> git.proxmox.com Git - pve-docs.git/commitdiff
buildsys: add few comments
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 16:31:13 +0000 (18:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 16:31:13 +0000 (18:31 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
pve-doc-generator.mk.in

index 1bea57cffea842ab01da6607e09429c93eb8a5a5..69521a4e254ce493b3d3c72da65d1709c529574f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DGDIR=.
+DGDIR=. # overwriting this ensures that we can build without full PVE installed
 ASCIIDOC_PVE=./asciidoc-pve
 
 GEN_PACKAGE=pve-doc-generator
index d586abff2222132230f2d5b3c627c682f101f084..5a4a10483fdf6a358b42834f6e73a06b14de5231 100644 (file)
@@ -1,5 +1,5 @@
 # also update debian/changelog
-DOCRELEASE=6.0
+DOCRELEASE=6.0 # FIXME: depend on dpkg-dev and use $(DEB_VERSION_UPSTREAM) here?
 
 DGDIR?=/usr/share/pve-doc-generator