mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 03:48:00 +02:00
config: HTML file generation: use the installed copy of xorg.css
Currenlty the xorg.css file is copied in each location where a DocBook/XML file resides. This produces about 70 copies in the $(docdir) install tree. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
parent
cda6ce66ca
commit
d441b9b023
2 changed files with 4 additions and 6 deletions
1
specs/.gitignore
vendored
1
specs/.gitignore
vendored
|
|
@ -2,4 +2,3 @@
|
|||
*.pdf
|
||||
*.ps
|
||||
*.txt
|
||||
*.css
|
||||
|
|
|
|||
|
|
@ -42,11 +42,10 @@ doc_DATA += $(doc_sources:.xml=.txt)
|
|||
endif
|
||||
|
||||
if HAVE_STYLESHEETS
|
||||
XMLTO_FLAGS = -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
|
||||
|
||||
doc_DATA += xorg.css
|
||||
xorg.css: $(STYLESHEET_SRCDIR)/xorg.css
|
||||
$(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@
|
||||
XMLTO_FLAGS = \
|
||||
-m $(XSL_STYLESHEET) \
|
||||
--stringparam img.src.path=$(abs_builddir)/ \
|
||||
--stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
|
||||
endif
|
||||
|
||||
CLEANFILES = $(doc_DATA)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue