Merge with Debian files from PkgE.

SVN revision: 34395
This commit is contained in:
kaethorn 2008-04-28 15:37:19 +00:00 committed by kaethorn
parent ace1e213d7
commit e1bc19d6af
7 changed files with 46 additions and 2 deletions

View File

@ -0,0 +1 @@
6

View File

@ -0,0 +1,32 @@
.TH EMBRYO_CC 1 "Jan 30, 2007" "0.9.1.037" "The embryo compiler"
.SH NAME
embryo_cc \- a small compiler
.SH SYNOPSIS
.B embryo_cc
.B filename
.RI [\| OPTIONS \|]
.SH DESCRIPTION
Embryo is an enlightenment adaption of the small PAWN language.
.P
embryo_cc is a compiler for embryo files.
.SH EXAMPLES
embryo_cc filename
.SH OPTIONS
.BI -i " \|name
Path for include files
.P
.BI -o " \|name
Set base name of output file
.P
.BI -S " \|num
Stack/heap size in cells (default=4096, min=65)
.SH FILES
embryo_cc
.SH BUGS
There is a bug with gcc 3.2.x.
.BR
Prefer gcc 3.3.x.
.P
Please reports bugs to the Pkg-E Team <pkg-e-devel@lists.alioth.debian.org>
.SH AUTHOR
This man page was written by Ronald Claveau for the Debian GNU/Linux system (but may be used by others).

View File

@ -0,0 +1 @@
debian/embryo_cc.1

View File

@ -1,5 +1,4 @@
debian/tmp/usr/include/*
debian/tmp/usr/lib/pkgconfig/*
debian/tmp/usr/lib/lib*.a
debian/tmp/usr/lib/lib*.so
debian/tmp/usr/lib/lib*.la
debian/tmp/usr/lib/pkgconfig/*

View File

@ -0,0 +1 @@
usr/share/doc/libembryo-doc

View File

@ -0,0 +1,10 @@
Document: embryo
Title: Embryo Guide
Author: Carsten Haitzler
Abstract: This document describes Embryo API
and provides sample C code.
Section: Programming/C
Format: HTML
Index: /usr/share/doc/libembryo-doc/html/index.html
Files: /usr/share/doc/libembryo-doc/html/*.html