diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 4fa15da5..1a4f9811 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,9 +3,9 @@ current: darwin_pkg
-PDDOC_VERSION = $(shell date +20%y.%m.%d)
+PACKAGE_VERSION = $(shell date +20%y.%m.%d)
PACKAGE_PREFIX = pd-doc
-PACKAGE_NAME = $(PACKAGE_PREFIX)-$(PDDOC_VERSION)
+PACKAGE_NAME = $(PACKAGE_PREFIX)-$(PACKAGE_VERSION)
darwin_pkg_license:
# generate HTML version of License
|