OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] RE: [docbook] When compiling PDF, relative paths no longer work (Ubuntu serverguide)


On 2106.03.23 14:37 Doug Smythies wrote:

> serverguide-pdf:
>
> if [ $(LN) != "C" ]; then \
>    ./scripts/translate.sh -d serverguide -l $(LN); \
>  fi
>  if find serverguide/$(LN) -name "serverguide.xml"; then \
>     xsltproc --xinclude -o $(BASE)serverguide/$(LN)/serverguide.fo $(UBUNTUPDFXSL) serverguide/$(LN)/serverguide.xml; \
>     fop -fo $(BASE)serverguide/$(LN)/serverguide.fo -pdf $(BASE)serverguide/$(LN)/serverguide.pdf; \
>  fi

I now believe the problem is in fop and not anything docbook at all.
Why?
I compared an old serverguide.fo file from 2014.10.10, and its relative "note.png" reference
is the same as a serverguide.fo file compiled now.

If you disagree with my conclusion, please let me know.

Sorry for the noise on your e-mail lists.

... Doug




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]