mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-01-02 17:00:12 +01:00
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:
parent
9a1ae7a90f
commit
7103b83a88
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue