diff options
author | caro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-12-17 10:34:48 +0000 |
---|---|---|
committer | caro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-12-17 10:34:48 +0000 |
commit | e236d9d0c37245c8ef42f5765d4464b57ab008d9 (patch) | |
tree | 01ae97495c9997ed27dba690d20b248371691c53 /embryo.pc.in | |
parent | 7ff28cdc152d2d7599e5e66150933672645d1c84 (diff) | |
download | embryo-e236d9d0c37245c8ef42f5765d4464b57ab008d9.tar.gz embryo-e236d9d0c37245c8ef42f5765d4464b57ab008d9.tar.bz2 embryo-e236d9d0c37245c8ef42f5765d4464b57ab008d9.zip |
XML output
Add XML output to doc
Add installation rule for doc
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/embryo-1.7@81116 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'embryo.pc.in')
-rw-r--r-- | embryo.pc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embryo.pc.in b/embryo.pc.in index 540f27c..22fce9d 100644 --- a/embryo.pc.in +++ b/embryo.pc.in @@ -1,3 +1,4 @@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ @@ -5,6 +6,7 @@ includedir=@includedir@ datarootdir=@datarootdir@ datadir=@datadir@/@PACKAGE@ embryoincludedir=@embryoincludedir@ +docdir=@docdir@ Name: embryo Description: A small virtual machine engine and bytecode compiler |