Filtering improvements, web template improvements
svn: r933
This commit is contained in:
@@ -12,7 +12,9 @@ all:
|
||||
|
||||
install:
|
||||
${INSTALL} -d ${data}
|
||||
${INSTALL} -d ${data}/templates
|
||||
${INSTALL} gedcom.xml ${data}
|
||||
${INSTALL} templates/* ${data}/templates
|
||||
|
||||
uninstall:
|
||||
|
||||
|
||||
BIN
src/data/templates/blue_edge.tpkg
Normal file
BIN
src/data/templates/blue_edge.tpkg
Normal file
Binary file not shown.
BIN
src/data/templates/marble.tpkg
Normal file
BIN
src/data/templates/marble.tpkg
Normal file
Binary file not shown.
BIN
src/data/templates/pink_marble.tpkg
Normal file
BIN
src/data/templates/pink_marble.tpkg
Normal file
Binary file not shown.
BIN
src/data/templates/sky_border.tpkg
Normal file
BIN
src/data/templates/sky_border.tpkg
Normal file
Binary file not shown.
6
src/data/templates/templates.xml
Normal file
6
src/data/templates/templates.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<templates>
|
||||
<template title="Blue Edge" file="blue_edge.tpkg"/>
|
||||
<template title="Pink Marble" file="pink_marble.tpkg"/>
|
||||
<template title="Sky Border" file="sky_border.tpkg"/>
|
||||
<template title="Marble" file="marble.tpkg"/>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user