1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

build-sys: restore man/index.html as link to systemd.index.html

It got lost in the transformation to XML generation.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-02-07 01:10:21 -05:00
parent 15cd601be0
commit 42007a09f3

View File

@ -501,6 +501,15 @@ CLEANFILES += \
${XML_FILES:.xml=.html} ${XML_FILES:.xml=.html}
if HAVE_PYTHON if HAVE_PYTHON
noinst_DATA += \
man/index.html
CLEANFILES += \
man/index.html
man/index.html:
$(AM_V_GEN)$(LN_S) systemd.index.html $@
NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES)) NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_srcdir)/man/*.xml.in) XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_srcdir)/man/*.xml.in)
@ -519,6 +528,7 @@ man/systemd.directives.xml: make-directive-index.py $(filter-out man/systemd.dir
EXTRA_DIST += \ EXTRA_DIST += \
man/systemd.index.xml \ man/systemd.index.xml \
man/index.html \
man/systemd.directives.xml man/systemd.directives.xml
endif endif