Make doc install subdirectories more like the pre-docbook.am paths

Haven't restored the "specs" path in the install path, but have restored
libX11 & i18n subdirectories in the path for better logical grouping.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Alan Coopersmith 2011-04-08 21:36:11 -07:00
parent 9a1ae7a90f
commit 7103b83a88
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ docbook = framework.xml
chapters = framework.svg
# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)/framework
shelfdir = $(docdir)/i18n/framework
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am

View file

@ -5,7 +5,7 @@ if ENABLE_SPECS
docbook = localedb.xml
# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)/localedb
shelfdir = $(docdir)/i18n/localedb
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am

View file

@ -5,7 +5,7 @@ if ENABLE_SPECS
docbook = trans.xml
# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)/trans
shelfdir = $(docdir)/i18n/trans
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am

View file

@ -30,7 +30,7 @@ chapters = \
glossary.xml
# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)
shelfdir = $(docdir)/libX11
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am