medit/doc/Makefile.am

126 lines
5.0 KiB
Makefile
Raw Normal View History

2010-12-25 15:16:51 -08:00
BUILT_SOURCES =
2010-08-30 22:19:58 -07:00
if MOO_DEV_MODE
2010-12-26 20:18:16 -08:00
$(srcdir)/medit-defines.ent: medit-defines.ent.in $(top_builddir)/config.status
$(AM_V_GEN)cd $(top_builddir) && ./config.status --silent --file=doc/medit-defines.ent
2010-12-27 01:25:18 -08:00
$(AM_V_at)$(MOO_MV_TO_SRCDIR) medit-defines.ent $(srcdir)/medit-defines.ent
2010-09-04 04:25:07 -07:00
2010-12-25 15:16:51 -08:00
gendocbook_files = \
$(top_srcdir)/api/gendocbook.py \
2010-12-23 16:24:52 -08:00
$(top_srcdir)/api/mpi/__init__.py \
$(top_srcdir)/api/mpi/module.py \
2010-12-25 15:16:51 -08:00
$(top_srcdir)/api/mpi/docbookwriter.py
2010-12-26 20:18:16 -08:00
$(srcdir)/script-python.docbook: $(gendocbook_files) $(top_srcdir)/api/moo.xml
2010-12-25 15:16:51 -08:00
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/api/gendocbook.py --python $(top_srcdir)/api/moo.xml \
> script-python.docbook.tmp && mv script-python.docbook.tmp $(srcdir)/script-python.docbook
2010-12-26 20:18:16 -08:00
$(srcdir)/script-lua.docbook: $(gendocbook_files) $(top_srcdir)/api/moo.xml
2010-12-25 15:16:51 -08:00
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/api/gendocbook.py --lua $(top_srcdir)/api/moo.xml \
> script-lua.docbook.tmp && mv script-lua.docbook.tmp $(srcdir)/script-lua.docbook
2010-12-27 01:30:11 -08:00
$(srcdir)/script-lua-gtk.docbook: $(gendocbook_files) $(top_srcdir)/api/gtk.xml
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/api/gendocbook.py --lua $(top_srcdir)/api/gtk.xml \
2010-12-25 15:16:51 -08:00
> script-lua-gtk.docbook.tmp && mv script-lua-gtk.docbook.tmp $(srcdir)/script-lua-gtk.docbook
2010-12-26 20:18:16 -08:00
$(srcdir)/help/script-python.html: script-python.docbook medit-defines.ent script.xsl
$(AM_V_at)$(MKDIR_P) $(srcdir)/help/
2010-12-25 15:16:51 -08:00
$(AM_V_GEN)xsltproc --output script-python.html.tmp \
$(srcdir)/script.xsl $(srcdir)/script-python.docbook \
&& mv script-python.html.tmp $(srcdir)/help/script-python.html
2010-12-26 20:18:16 -08:00
$(srcdir)/help/script-lua.html: script-lua.docbook medit-defines.ent script.xsl
$(AM_V_at)$(MKDIR_P) $(srcdir)/help/
2010-12-25 15:16:51 -08:00
$(AM_V_GEN)xsltproc --output script-lua.html.tmp \
$(srcdir)/script.xsl $(srcdir)/script-lua.docbook \
&& mv script-lua.html.tmp $(srcdir)/help/script-lua.html
2010-12-23 16:24:52 -08:00
2010-12-26 20:18:16 -08:00
$(srcdir)/help/script-lua-gtk.html: script-lua-gtk.docbook medit-defines.ent script.xsl
$(AM_V_at)$(MKDIR_P) $(srcdir)/help/
2010-12-25 15:16:51 -08:00
$(AM_V_GEN)xsltproc --output script-lua-gtk.html.tmp \
$(srcdir)/script.xsl $(srcdir)/script-lua-gtk.docbook \
&& mv script-lua-gtk.html.tmp $(srcdir)/help/script-lua-gtk.html
2010-12-23 16:24:52 -08:00
2010-12-26 20:18:16 -08:00
$(srcdir)/help/medit.css: medit.css
$(AM_V_at)$(MKDIR_P) $(srcdir)/help/
$(AM_V_GEN)cp $(srcdir)/medit.css $(srcdir)/help/
$(srcdir)/lgpl.no-fancy-chars: $(top_srcdir)/COPYING
tr -d '\014' < $(top_srcdir)/COPYING > lgpl.no-fancy-chars.tmp && \
mv lgpl.no-fancy-chars.tmp $(srcdir)/lgpl.no-fancy-chars
docbook_files = \
medit.docbook \
prefs.docbook \
regex.docbook \
user-tools.docbook \
license.docbook
docbook_sources = \
$(docbook_files) \
lgpl.no-fancy-chars \
medit-defines.ent
$(srcdir)/help/index.html: $(docbook_sources) medit.xsl medit-common.xsl
$(AM_V_GEN)cd $(srcdir) && xsltproc --xinclude medit.xsl medit.docbook
$(srcdir)/help/help.html: $(docbook_sources) medit-single.xsl medit-common.xsl
$(AM_V_at)$(MKDIR_P) $(srcdir)/help/
$(AM_V_GEN)xsltproc --xinclude --output help.html.tmp $(srcdir)/medit-single.xsl $(srcdir)/medit.docbook && \
mv help.html.tmp $(srcdir)/help/help.html
toc.xml: $(docbook_sources)
$(AM_V_GEN)xsltproc --output toc.xml --xinclude \
--stringparam chunk.first.sections 1 \
http://docbook.sourceforge.net/release/xsl/current/html/maketoc.xsl $(srcdir)/medit.docbook
moo-help-sections.h.stamp: $(docbook_files) toc.xml genhelpsectionsh.py
$(AM_V_GEN)$(PYTHON) $(srcdir)/genhelpsectionsh.py --toc=toc.xml --srcdir=$(srcdir) $(docbook_files) > moo-help-sections.h.tmp
$(AM_V_at)cmp -s moo-help-sections.h.tmp $(srcdir)/moo-help-sections.h || mv moo-help-sections.h.tmp $(srcdir)/moo-help-sections.h
$(AM_V_at)rm -f moo-help-sections.h.tmp
$(AM_V_at)echo stamp > moo-help-sections.h.stamp
2010-09-01 02:17:08 -07:00
2010-12-27 00:30:33 -08:00
png_files = prefs-file-filters.png prefs-file-selector.png
dest_png_files = $(addprefix $(srcdir)/help/img/,$(png_files))
$(srcdir)/help/img/%.png: img/%.png
$(AM_V_at)$(MKDIR_P) $(srcdir)/help/img/
$(AM_V_GEN)cp $(srcdir)/img/$*.png $(srcdir)/help/img/
2010-08-30 22:19:58 -07:00
all-am: doc
2010-12-26 20:18:16 -08:00
doc: \
$(srcdir)/help/index.html \
$(srcdir)/help/help.html \
$(srcdir)/help/script-lua.html \
$(srcdir)/help/script-lua-gtk.html \
$(srcdir)/help/script-python.html \
$(srcdir)/help/medit.css \
$(srcdir)/medit.1 \
2010-12-27 00:30:33 -08:00
$(dest_png_files) \
2010-12-26 20:18:16 -08:00
moo-help-sections.h.stamp
2010-09-06 14:57:13 -07:00
man-medit.t2t: man-medit.t2t.in $(top_builddir)/config.status
2010-10-01 00:51:33 -07:00
$(AM_V_GEN)cd $(top_builddir) && ./config.status --silent --file=doc/man-medit.t2t
2010-12-27 01:25:18 -08:00
$(AM_V_at)$(MOO_MV_TO_SRCDIR) man-medit.t2t $(srcdir)/man-medit.t2t
2010-09-06 14:57:13 -07:00
medit.1: man-medit.t2t
2010-10-01 00:51:33 -07:00
$(AM_V_GEN)txt2tags --target=man --outfile=- $(srcdir)/man-medit.t2t | grep -v "cmdline: txt2tags" \
> medit.1.tmp && mv medit.1.tmp $(srcdir)/medit.1
2010-08-30 22:19:58 -07:00
endif
2010-12-26 20:18:16 -08:00
EXTRA_DIST = help moo-help-sections.h medit.1
2010-08-31 00:19:05 -07:00
2010-08-30 22:19:58 -07:00
install-data-local:
2010-12-27 00:30:33 -08:00
$(MKDIR_P) $(DESTDIR)$(MOO_HELP_DIR)/img
cd $(srcdir) && $(INSTALL_DATA) help/*.html help/*.css $(DESTDIR)$(MOO_HELP_DIR)
cd $(srcdir) && $(INSTALL_DATA) help/img/*.png $(DESTDIR)$(MOO_HELP_DIR)/img
2010-08-30 22:19:58 -07:00
uninstall-local:
2010-12-27 00:30:33 -08:00
rm -f $(DESTDIR)$(MOO_HELP_DIR)/*.html $(DESTDIR)$(MOO_HELP_DIR)/*.css $(DESTDIR)$(MOO_HELP_DIR)/img/*.png
2010-08-30 22:19:58 -07:00
2010-09-06 14:57:13 -07:00
if MOO_OS_UNIX
dist_man_MANS = medit.1
endif MOO_OS_UNIX