It'd be kind of nice if we installed the hardware notes to their
own directory, rather than overwriting the release notes. :-p Fix this. Pointy hat to: bmah
This commit is contained in:
parent
f59ae8e84a
commit
98d8f299a3
@ -3,9 +3,9 @@
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/relnotes
|
||||
DESTDIR?= ${DOCDIR}/hardware
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/hardware
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
|
Loading…
Reference in New Issue
Block a user