RSS/Atom feed Twitter
Site is read-only, email is disabled

ODF is deleted

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

ODF is deleted Daniel Nylander 09 Jan 02:49
  ODF is deleted Ulf-D. Ehlert 09 Jan 18:41
Daniel Nylander
2009-01-09 02:49:07 UTC (over 16 years ago)

ODF is deleted

Is this a bug or? When compiling the ODF, the resulting file is deleted.

make odf-sv [..]
Saved odf/sv.odt
rm xml/sv/gimp-alldocs.xml odf/sv.odt

Ulf-D. Ehlert
2009-01-09 18:41:54 UTC (over 16 years ago)

ODF is deleted

Daniel Nylander (Freitag, 9. Januar 2009, 02:49):

Is this a bug or? When compiling the ODF, the resulting file is deleted.

make odf-sv
[..]
Saved odf/sv.odt
rm xml/sv/gimp-alldocs.xml odf/sv.odt

It's a make feature. ;-) Intermediate files will be removed automatically. I didn't notice because I did not yet start making PDFs and ODFs.

I'll add a line to prevent make from removing this file (you may want to try it):

.PRECIOUS: odf/%.odt

Ulf