summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-02-17 15:40:29 +0100
committerDidier Raboud <odyx@debian.org>2011-02-17 15:40:29 +0100
commitbf29764365067c7f748abd7f306b87995a81cdd6 (patch)
tree2401c307bee6b12649a9fe726b2d752401a52be9 /Makefile
parentc7afdd6640b77fd9c4b602f0d20412d4eea2a5ef (diff)
Allow build-time choice of Company Name.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a93d928..5715fc2 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,11 @@ ifdef OUTFILE_NAME
MAKENSIS += -D_OUTFILE_NAME=$(OUTFILE_NAME)
endif
+# Distributor/Company name (defaults to "The Debian Project")
+ifdef COMPANY_NAME
+MAKENSIS += -D_COMPANY_NAME=$(COMPANY_NAME)
+endif
+
# Distribution name (ASCII only, please)
ifdef TARGET_DISTRO
MAKENSIS += -DTARGET_DISTRO=$(TARGET_DISTRO)