e3abb6f178
This make it easier to update the content and to transform the man page into other output formats, like HTML. https://bugzilla.gnome.org/show_bug.cgi?id=680601
12 lines
241 B
Makefile
12 lines
241 B
Makefile
.xml.1:
|
|
$(AM_V_GEN) $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
|
|
|
man_MANS = \
|
|
gnome-shell.1
|
|
|
|
xml_files = $(man_MANS:.1=.xml)
|
|
|
|
EXTRA_DIST = $(xml_files)
|
|
|
|
DISTCLEANFILES = $(man_MANS)
|