Reference the new configuration file
This commit is contained in:
parent
3fcdd60a1d
commit
f084aca5cf
|
@ -38,6 +38,7 @@ CONF_LINKS = \
|
|||
40-nonlatin.conf \
|
||||
45-generic.conf \
|
||||
45-latin.conf \
|
||||
48-spacing.conf \
|
||||
49-sansserif.conf \
|
||||
50-user.conf \
|
||||
51-local.conf \
|
||||
|
|
|
@ -22,6 +22,7 @@ conf_files = [
|
|||
'40-nonlatin.conf',
|
||||
'45-generic.conf',
|
||||
'45-latin.conf',
|
||||
'48-spacing.conf',
|
||||
'49-sansserif.conf',
|
||||
'50-user.conf',
|
||||
'51-local.conf',
|
||||
|
@ -48,6 +49,7 @@ conf_links = [
|
|||
'40-nonlatin.conf',
|
||||
'45-generic.conf',
|
||||
'45-latin.conf',
|
||||
'48-spacing.conf',
|
||||
'49-sansserif.conf',
|
||||
'50-user.conf',
|
||||
'51-local.conf',
|
||||
|
|
|
@ -19,6 +19,7 @@ conf.d/30-metric-aliases.conf
|
|||
conf.d/40-nonlatin.conf
|
||||
conf.d/45-generic.conf
|
||||
conf.d/45-latin.conf
|
||||
conf.d/48-spacing.conf
|
||||
conf.d/49-sansserif.conf
|
||||
conf.d/50-user.conf
|
||||
conf.d/51-local.conf
|
||||
|
|
Loading…
Reference in New Issue