/[svn]/gigedit/trunk/doc/quickstart/Makefile.am
ViewVC logotype

Contents of /gigedit/trunk/doc/quickstart/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1898 - (show annotations) (download)
Sun May 10 09:35:56 2009 UTC (14 years, 11 months ago) by persson
File size: 925 byte(s)
* Windows: look for translations using base directory of libgigedit
  dll
* virtual keyboard fixes: restore to grey when outside keyboard. Don't
  trigger multiple notes for each key when moving mouse.

1 docdir = $(datadir)/doc/$(PACKAGE)
2
3 doc_DATA = gigedit_quickstart.html style.css shot_whole_app.png \
4 shot_default_group.png shot_new_dimension.png shot_add_sample.png \
5 routing.png shot_amp1.png shot_amp2.png shot_filter1.png \
6 shot_filter2.png shot_qsampler_edit.png shot_gigedit_hosted.png
7
8 doc_sources = gigedit_quickstart.xml general_midi_drummap.sgm \
9 mc505_midi_drummap.sgm from_scratch.sgm glossary.sgm keybindings.sgm \
10 libgig.sgm see_also.sgm technical.sgm live_editing.sgm
11
12 EXTRA_DIST = $(doc_DATA) $(doc_sources) routing.odg
13
14 # the docbook.xsl URL below is usually mapped to the system's local copy of
15 # the file (via entry in /etc/xml/catalog) and only if not found, fetched
16 # from the internet
17 gigedit_quickstart.html: $(doc_sources)
18 xsltproc --output $@ \
19 --stringparam html.stylesheet style.css \
20 http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
21 $(srcdir)/gigedit_quickstart.xml

  ViewVC Help
Powered by ViewVC