Fix location of output config files
Git-Dch: Ignore
Willi Mann
10 years ago
11 | 11 |
+++ b/outputs/Makefile.am
|
12 | 12 |
@@ -1,2 +1,2 @@
|
13 | 13 |
-outputsdir = ${libdir}/${PACKAGE}
|
14 | |
+outputsdir = ${pkgdatadir}/${PACKAGE}
|
|
14 |
+outputsdir = ${pkgdatadir}
|
15 | 15 |
dist_outputs_DATA = html.conf latex.conf rtf.conf text.conf vt.conf
|