summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-06-18 21:48:22 +0200
committerUlrich Müller <ulm@gentoo.org>2018-06-18 21:48:22 +0200
commite7aefd1aeb43dfb6ebe23638fa7c0adcda80a8ed (patch)
treef4b5bf4f310afa514d9c39fb27a0438d0e596d42
parentUpdate rnc schemas. (diff)
downloadnxml-gentoo-schemas-e7aefd1aeb43dfb6ebe23638fa7c0adcda80a8ed.tar.gz
nxml-gentoo-schemas-e7aefd1aeb43dfb6ebe23638fa7c0adcda80a8ed.tar.bz2
nxml-gentoo-schemas-e7aefd1aeb43dfb6ebe23638fa7c0adcda80a8ed.zip
Makefile: Fix conditional.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 649478c..68f9585 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ DTDS = book.dtd gleps.dtd glsa.dtd guide.dtd metadata.dtd metadoc.dtd \
DTDDEPS = $(patsubst %.dtd,%.dep,$(DTDS))
RNCS = $(patsubst %.dtd,%.rnc,$(DTDS))
-ifdef ($(PV),)
+ifneq ($(PV),)
PN=nxml-gentoo-schemas-$(PV)
else
PN=nxml-gentoo-schemas-$(shell date '+%Y%m%d')