-
Notifications
You must be signed in to change notification settings - Fork 3
/
user.properties
45 lines (34 loc) · 1.13 KB
/
user.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -----------------------------------------------
# Filename: user.properties
# -----------------------------------------------
#
# N.B. DO NOT MODIFY THIS FILE
#
# Instead create a new file called
#
# local.user.properties
#
# and copy the properies, you want to change to
# this file.
# -----------------------------------------------
# This file contains user defined properties,
# which will affect the NISP building process.
#
#
# -----------------------------------------------
# NISP Specific Properties
#-------------------------------------------------
#
use.para.numbering = 1
use.show.indexterms = 0
# -----------------------------------------------
# Command used to execute the Windows HHC compiler
#-------------------------------------------------
# Location of HTMLHelp Compiler under Windows
hhc = c:\\Program Files\\HTML Help Workshop\\hhc.exe
# -----------------------------------------------------
# Generation of the NISP documentation requires Pandoc
#
# http://johnmacfarlane.net/pandoc/
#------------------------------------------------------
use.pandoc = 0