Package: scons
Version: 1.0.0-1
Severity: normal

I am a newcomer to scons (1 hour ago I've heard about it for the first
time) so pleast take it easy on me if I am doing smth wrong ;)

ok -- trying to use following SConstruct:

pdfOutput = Environment().PDF('p.tex')

to build p.pdf

the uncommon in my case is the fact that p.tex has already bibbliography
embedded: at the end of the file we have

,---
| \begin{thebibliography}{34}
| \expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi
| \expandafter\ifx\csname url\endcsname\relax
|   \def\url#1{\texttt{#1}}\fi
| \expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi
|
| ...
`---

so there is no way .blg (just a log file of running bibtex) would/should be
around, thus we clearly shold not depend on it.

so logic should be to depend probably on .bbl (not on .blg) and only if there
is no '\thebibliography' in the file, but there is '\bibliography'. sounds
reasonable?

cheers

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (991, 'testing-proposed-updates'), (990, 'testing'), (600, 
'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages scons depends on:
ii  python                        2.5.2-2    An interactive high-level object-o
ii  python-central                0.6.8      register and build utility for Pyt

scons recommends no packages.

scons suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to