[Pkg-e-devel] RE: [PROPOSAL] edje_cc manpage

Ronald Claveau claveau at nerim.net
Mon Jan 29 21:02:55 UTC 2007


UPDATE: add edje(1) in SEE ALSO list.
-------------- next part --------------
.\" Manpage of edje_cc
.\" by The Enlightenment dev team
.\" <www.edevelop.org>
.TH EDJE_CC 1 "Jan 29, 2007" "0.5.0.037" "The edje compiler"
.SH NAME
edje_cc \- an edje compiler
.SH SYNOPSIS
.B edje_cc
.RI [\| OPTIONS \|]
.B input_file.edc
.RB [\| output_file.edj \|]
.SH DESCRIPTION
Edje is an EFL (Enlightenment Foundation Libraries).
.P
See Edje(1) for more information.
.P
edje_cc is a compilator for edje files.
.SH EXAMPLES
edje_cc -v fichier.edc
.SH OPTIONS
.BI -id " \|image/directory
Add a directory to look in for relative path images
.P
.BI -fd " \|font/directory
Add a directory to look in for relative path fonts
.P
.B -v
Verbose output
.P
.B -no-lossy
Do NOT allow images to be lossy
.P
.B -no-comp
Do NOT allow images to be stored with lossless compression
.P
.B -no-raw
Do NOT allow images to be stored with zero compression (raw)
.P
.BI -min-quality " \|VAL
Do NOT allow lossy images with quality < VAL (0-100)
.P
.BI -max-quality " \|VAL
Do NOT allow lossy images with quality > VAL (0-100)
.P
.BI -Ddefine_val= " \|to
CPP style define to define input macro definitions to the .edc source
.SH FILES
edje_cc
.SH SEE ALSO
edje(1)
edje_cc(1)
edje_decc(1)
edje_recc(1)
.SH BUGS
No known bugs at this time.
.\" .SH LIST
.SH AUTHOR
The Enlightenment dev team
.SH HISTORY
"Jan 29, 2007 - First version of this file"


More information about the Pkg-e-devel mailing list