~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to Documentation/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
STEPMAKE_TEMPLATES=documentation texinfo tex
6
6
LOCALSTEPMAKE_TEMPLATES=lilypond ly
7
7
LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"'
8
 
README_TOP_FILES= DEDICATION ChangeLog
9
 
EXTRA_DIST_FILES= 
 
8
README_TOP_FILES= DEDICATION THANKS ChangeLog
 
9
EXTRA_DIST_FILES= texinfo.css
10
10
 
11
 
include $(depth)/make/stepmake.make 
 
11
include $(depth)/make/stepmake.make
12
12
 
13
13
default: local-doc
14
14
 
20
20
        rm -rf $(outdir)/wiki-dump
21
21
 
22
22
copy-for-me:
23
 
        $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true
 
23
        $(foreach a, $(README_TOP_FILES), cp $(top-src-dir)/$(a) $(outdir)/$(a).txt && ) true
24
24
 
25
25
OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES)))
26
26