1 ## arch-tag: Automake rules for English help files
6 omffile = rhythmbox-C.omf
7 entities = fdl-appendix.xml legal.xml authors.xml quick-reference.xml user-guide.xml
9 authors.xml: $(top_srcdir)/AUTHORS $(top_srcdir)/MAINTAINERS $(top_srcdir)/DOCUMENTERS
10 (echo '<?xml version="1.0" encoding="UTF-8"?>'; \
11 echo '<sect2 id="authors">'; \
12 echo '<title>Authors</title>'; \
14 echo '<title>Lead Developers:</title>'; \
15 echo '<para><simplelist>') > $@.tmp
16 sed -e 's/>/<\/email><\/member>/' -e 's/ </ <email>/' -e 's/^/<member>/' < $(top_srcdir)/MAINTAINERS >> $@.tmp
17 (echo '</simplelist></para></sect3><sect3>'; \
18 echo '<title>Contributors</title>'; \
19 echo '<para><simplelist>') >> $@.tmp
20 sed -e 's/>/<\/email><\/member>/' -e 's/ </ <email>/' -e 's/^/<member>/' < $(top_srcdir)/AUTHORS >> $@.tmp
21 (echo '</simplelist></para></sect3>'; \
22 echo '<sect3><title>Documentation</title>'; \
23 echo '<para><simplelist>') >> $@.tmp
24 sed -e 's/>/<\/email><\/member>/' -e 's/ </ <email>/' -e 's/^/<member>/' < $(top_srcdir)/DOCUMENTERS >> $@.tmp
25 (echo '</simplelist></para></sect3>'; \
26 echo '</sect2>') >> $@.tmp
31 include $(top_srcdir)/xmldocs.make
33 CLEANFILES += authors.xml
35 dist-hook: app-dist-hook