automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: preventing re-running of texi2dvi?


From: Andre Caldas
Subject: Re: preventing re-running of texi2dvi?
Date: Thu, 21 Oct 2004 13:32:29 +0900
User-agent: Mozilla Thunderbird 0.7 (X11/20040615)

Hello, Dan!

Sorry for the last "wrong" advice.

I've been searching, and I think that maybe you should not use EXTRA_DIST. I guess EXTRA_DIST is for files that "are not covered in the automatic rules".

I guess you should use:
dist_html_docs= ${info_TEXINFOS:.texi=.html}
dist_ps_docs=   ${info_TEXINFOS:.texi=.ps}
dist_pdf_docs=  ${info_TEXINFOS:.texi=.pdf}

By the way, it seems that it is important to try to "make distcheck" your package.

Andre Caldas.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]