mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Hook up the Hardware Notes to the build again, now that the doc build
script has been updated.
This commit is contained in:
parent
d37df47d31
commit
df34457bd7
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# The user can override the default language to build and install
|
||||
# with the RELNOTES_LANG variable.
|
||||
#
|
||||
#SUBDIR = share/sgml
|
||||
SUBDIR = share/sgml
|
||||
.if defined(RELNOTES_LANG) && !empty(RELNOTES_LANG)
|
||||
SUBDIR+= ${RELNOTES_LANG}
|
||||
.else
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
RELN_ROOT?= ${.CURDIR}/..
|
||||
|
||||
SUBDIR = relnotes
|
||||
#SUBDIR+= hardware
|
||||
SUBDIR+= hardware
|
||||
SUBDIR+= readme
|
||||
SUBDIR+= errata
|
||||
SUBDIR+= installation
|
||||
|
|
|
|||
Loading…
Reference in a new issue