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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4086 - (hide annotations) (download)
Fri Jan 26 18:49:14 2024 UTC (2 months, 3 weeks ago) by schoenebeck
File size: 951 byte(s)
- More 'make dist' rule updates.
- Build bzip2 archive on 'make dist'.

1 persson 1236 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 schoenebeck 4086 shot_jsampler_edit.png \
6 persson 1236 routing.png shot_amp1.png shot_amp2.png shot_filter1.png \
7 schoenebeck 1392 shot_filter2.png shot_qsampler_edit.png shot_gigedit_hosted.png
8 persson 1236
9     doc_sources = gigedit_quickstart.xml general_midi_drummap.sgm \
10     mc505_midi_drummap.sgm from_scratch.sgm glossary.sgm keybindings.sgm \
11 schoenebeck 1392 libgig.sgm see_also.sgm technical.sgm live_editing.sgm
12 persson 1236
13 persson 1237 EXTRA_DIST = $(doc_DATA) $(doc_sources) routing.odg
14 persson 1236
15 schoenebeck 1239 # the docbook.xsl URL below is usually mapped to the system's local copy of
16     # the file (via entry in /etc/xml/catalog) and only if not found, fetched
17     # from the internet
18 persson 1236 gigedit_quickstart.html: $(doc_sources)
19     xsltproc --output $@ \
20     --stringparam html.stylesheet style.css \
21 persson 1238 http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
22 persson 1898 $(srcdir)/gigedit_quickstart.xml

  ViewVC Help
Powered by ViewVC