projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1d159
)
lilypond-1.3.8
author
fred
<fred>
Tue, 26 Mar 2002 22:43:52 +0000
(22:43 +0000)
committer
fred
<fred>
Tue, 26 Mar 2002 22:43:52 +0000
(22:43 +0000)
stepmake/bin/ls-latex.py
patch
|
blob
|
history
diff --git
a/stepmake/bin/ls-latex.py
b/stepmake/bin/ls-latex.py
index 791f27aaa70b6ff3676afe8fa543d4ca222b2cf9..93f9b5393789bb00b1897b662515477d44027791 100644
(file)
--- a/
stepmake/bin/ls-latex.py
+++ b/
stepmake/bin/ls-latex.py
@@
-86,7
+86,6
@@
def read_texinfo_header (s):
m = re.search( '@settitle (.*)\n', s)
if m:
- print 'title found! '
header.title = m.group (1)
m = re.search( '@author (.*)\n', s)
if m: