#140 closed defect (fixed)
Include supp-pdf.tex in distribution
Reported by: | kilian | Owned by: | ohl |
---|---|---|---|
Priority: | P3 | Milestone: | |
Component: | omega | Version: | 2.0.0beta |
Severity: | normal | Keywords: | |
Cc: |
Description
The TeX macro file supp-pdf.tex is necessary for converting Metapost to PDF (omega.pdf). It is used by make dist, and it breaks make dist if absent. It is present in TeXLive, but not on my installation (SuSE 11.1). My recommendation: include it in the distribution for RC1.
Change History (8)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I'm not sooo fond of actually including this file, maybe checking for the presence of conTeXT, otherwise disabling the make .pdf things!?
comment:3 Changed 15 years ago by
I agree: check for installed ConTeXT (how?); if not present, disable PDF generation iff supp-pdf.tex is involved.
comment:4 Changed 15 years ago by
I just checked some bits about context, the context frontend is called texexec
. Checking for this and possibly for the string TeXExec
in the output of texexec --version
(just to be sure) should be enough.
comment:5 Changed 15 years ago by
I just added [1559] a test for supp-pdf.tex
. This can now be used in the Makefile (conditional SUPP_PDF_AVAILABLE).
comment:6 Changed 15 years ago by
Priority: | P1 → P3 |
---|---|
Severity: | critical → normal |
make dist is not intended for the ordinary user, therefore this is not a blocker. See my comment to #141.
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r1581 I included the conditional SUPP_PDF_AVAILABLE in the O'Mega Makefile structure. Now omega.pdf is not included in the distribution if supp-pdf.tex is not available. This is not ideal, but OK. Of course, we should always build distributions all the fancy way. Closing the ticket.
I had the same problem on Debian *lol*. supp-pdf.tex is part of the package conTeXT. Either we just include it in the distribution or we check in the configure. Problem with all the TeX Krempel is that we have to keep them up-to-date as with the libtool files. But we can check from time to time. So -- include it in the distribution.