whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by Juergen Reuter

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.

comment:2 Changed 14 years ago by Juergen Reuter

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 14 years ago by kilian

I agree: check for installed ConTeXT (how?); if not present, disable PDF generation iff supp-pdf.tex is involved.

comment:4 Changed 14 years ago by Christian Speckner

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 14 years ago by kilian

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 14 years ago by kilian

Priority: P1P3
Severity: criticalnormal

make dist is not intended for the ordinary user, therefore this is not a blocker. See my comment to #141.

comment:7 Changed 14 years ago by Juergen Reuter

Resolution: fixed
Status: newclosed

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.

comment:8 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.