diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-01-15 03:24:32 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-01-15 03:24:32 +0000 |
commit | a827d6ad83c2e190e33005bd232d36ee40f06edd (patch) | |
tree | 8234ac9d646d97ad1e24bc64222cee8dff1bf63f /doc/Makefile | |
parent | 325558aa046aeaed55ebd179b564170e2aec1062 (diff) |
minor spelling changes
svn path=/trunk/; revision=1262
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
|