mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166821
@ -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