diff options
author | David Nusinow <dnusinow@debian.org> | 2006-10-30 20:41:43 -0500 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2006-10-30 20:41:43 -0500 |
commit | ded4a580882b7828957e308e873d1b8d605e3eb1 (patch) | |
tree | bc13cb59b8a15665032eb2d4ec10a854d9351f5f | |
parent | d5afcffb56a60def1372855259a4f89ad75c551d (diff) |
Install defs to the more standard ${prefix}/share/sgml/X11 which will allow the docbook tools to find them under normal conditions
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 584201c..1bdef7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,6 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -sgmlentdir = $(prefix)/share/X11/sgml +sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent |