On Fri, Jan 20, 2012 at 5:40 PM, Tomek Kott <tkott.s...@gmail.com> wrote:

> Hi Matt,
>
> Would you mind sharing that make file? I'm starting a project with Lyx
> myself, and that solution seems pretty great!
>

Well there isn't much to it, it may well not work for more complex
documents:

all : html/megatest.html megatest.lyx

html/megatest.html : megatest.lyx
    rm -rf megatest.html.LyXconv
    lyx -e html megatest.lyx
    cp megatest.html.LyXconv/* html/
    fossil add html/*

megatest.pdf : megatest.lyx
    lyx -e pdf megatest.lyx


> I thought the embedded docs do preserve the fossil header (such as the
> landing page of fossil-scm.org, which is an 'embedded' doc, at least how
> I understood the term.) Are we thinking of different headers / embedded
> docs?
>
>
Well in my case when you click on the link to the embedded documentation
(the output from lyx in this case) the fossil heading, menu etc. goes away.
I may not have it set up optimally however.


> Thanks,
>
> Tomek
>
> On Fri, Jan 20, 2012 at 7:28 PM, Matt Welland <estifo...@gmail.com> wrote:
>
>> I have been doing exactly the same thing. A LaTeX (lyx) document plus a
>> make file that writes out html and a pdf and it seems to work great. I
>> suppose it may depend on just how much in the way of hard to compress
>> pictures comprise your document.
>>
>> I do wish there was a way with the embedded documentation to preserve the
>> fossil header and display the html but that is a very minor thing.
>>
>> On Fri, Jan 20, 2012 at 5:22 PM, Guilherme P. de Freitas <
>> guilhe...@gpfreitas.com> wrote:
>>
>>>
>>>
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to