Enabled $Id$ expansion. Removed 2 *.tmp.* generated files. Fixed the Makefile to...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 08:54:17 +0000 (08:54 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 08:54:17 +0000 (08:54 +0000)
git-svn-id: http://svn.voria.com/code@343 1f10aa63-cdf2-0310-b900-c93c546f37ac

61 files changed:
synfig-docs/trunk/Makefile
synfig-docs/trunk/ca/animation/conclusion.sgml
synfig-docs/trunk/ca/animation/introduction.sgml
synfig-docs/trunk/ca/animation/keyframe.sgml
synfig-docs/trunk/ca/animation/movement.sgml
synfig-docs/trunk/ca/animation/rendering.sgml
synfig-docs/trunk/ca/animation/timeline.sgml
synfig-docs/trunk/ca/animation/workspace.sgml
synfig-docs/trunk/ca/appendix/glossary.sgml
synfig-docs/trunk/ca/appendix/keyboard.sgml
synfig-docs/trunk/ca/installation/installation.sgml
synfig-docs/trunk/ca/interface/history.sgml
synfig-docs/trunk/ca/interface/interface.sgml
synfig-docs/trunk/ca/interface/layers.sgml
synfig-docs/trunk/ca/interface/navigator.sgml
synfig-docs/trunk/ca/interface/params.sgml
synfig-docs/trunk/ca/interface/toolbox.sgml
synfig-docs/trunk/ca/interface/tooloptions.sgml
synfig-docs/trunk/ca/introduction/introduction.sgml
synfig-docs/trunk/ca/steps/firststeps.sgml
synfig-docs/trunk/ca/steps/layers/combining.sgml
synfig-docs/trunk/ca/steps/layers/using.sgml
synfig-docs/trunk/ca/steps/linking.sgml
synfig-docs/trunk/ca/synfig-studio.sgml
synfig-docs/trunk/ca/synfig-studio.tmp.sgml [deleted file]
synfig-docs/trunk/ca/tips/bitmap.sgml
synfig-docs/trunk/ca/tips/closebline.sgml
synfig-docs/trunk/ca/tips/dock.sgml
synfig-docs/trunk/ca/tips/filloutline.sgml
synfig-docs/trunk/ca/tips/gradient_object.sgml
synfig-docs/trunk/ca/tips/layer.sgml
synfig-docs/trunk/en/animation/conclusion.sgml
synfig-docs/trunk/en/animation/introduction.sgml
synfig-docs/trunk/en/animation/keyframe.sgml
synfig-docs/trunk/en/animation/movement.sgml
synfig-docs/trunk/en/animation/rendering.sgml
synfig-docs/trunk/en/animation/timeline.sgml
synfig-docs/trunk/en/animation/workspace.sgml
synfig-docs/trunk/en/appendix/glossary.sgml
synfig-docs/trunk/en/appendix/keyboard.sgml
synfig-docs/trunk/en/installation/installation.sgml
synfig-docs/trunk/en/interface/history.sgml
synfig-docs/trunk/en/interface/interface.sgml
synfig-docs/trunk/en/interface/layers.sgml
synfig-docs/trunk/en/interface/navigator.sgml
synfig-docs/trunk/en/interface/params.sgml
synfig-docs/trunk/en/interface/toolbox.sgml
synfig-docs/trunk/en/interface/tooloptions.sgml
synfig-docs/trunk/en/introduction/introduction.sgml
synfig-docs/trunk/en/steps/firststeps.sgml
synfig-docs/trunk/en/steps/layers/combining.sgml
synfig-docs/trunk/en/steps/layers/using.sgml
synfig-docs/trunk/en/steps/linking.sgml
synfig-docs/trunk/en/synfig-studio.sgml
synfig-docs/trunk/en/synfig-studio.tmp.sgml [deleted file]
synfig-docs/trunk/en/tips/bitmap.sgml
synfig-docs/trunk/en/tips/closebline.sgml
synfig-docs/trunk/en/tips/dock.sgml
synfig-docs/trunk/en/tips/filloutline.sgml
synfig-docs/trunk/en/tips/gradient_object.sgml
synfig-docs/trunk/en/tips/layer.sgml

index c33173a..f29e3dc 100644 (file)
@@ -94,13 +94,15 @@ all: multiple-html ps pdf
 
 multiple-html: ${MULTIPLEHTMLDIR}/${DOC}.html cpfilesmultiple
 
-${MULTIPLEHTMLDIR}/${DOC}.html: ${MULTIPLEHTMLDIR} ${INDEX}.sgml.m
+${MULTIPLEHTMLDIR}/${DOC}.html: ${MULTIPLEHTMLDIR} ${INDEX}.sgml.m ${SGMLDIR}/${DOC}.tmp.sgml
        #cp -f ${SGMLDIR}/${INDEX}.sgml.m ${SGMLDIR}/${INDEX}.sgml
        ${COMPILER} ${MULTIPLEHTMLOPT} ${SGMLDIR}/${DOC}.tmp.sgml
        mv *.html ${MULTIPLEHTMLDIR}
 
-HTML.index.m: ${DOC}.sgml ${SRCFILES} ${USEINIT}
-       sed "s:##PATHLANG##:${PATH_LANG}:" ${SGMLDIR}/${DOC}.sgml >  ${SGMLDIR}/${DOC}.tmp.sgml
+${SGMLDIR}/${DOC}.tmp.sgml: ${SGMLDIR}/${DOC}.sgml
+       sed "s:##PATHLANG##:${PATH_LANG}:" ${SGMLDIR}/${DOC}.sgml > ${SGMLDIR}/${DOC}.tmp.sgml
+
+HTML.index.m: ${DOC}.sgml ${SRCFILES} ${USEINIT} ${SGMLDIR}/${DOC}.tmp.sgml
        ${COMPILER} ${MULTIPLEHTMLOPT} -V html-index ${SGMLDIR}/${DOC}.tmp.sgml > /dev/null
        mv HTML.index ${SGMLDIR}/HTML.index.m
        rm *.html
index 34e20df..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: conclusion.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 2b2e86d..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: introduction.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index d7e734b..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: keyframe.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index e861df0..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: movement.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index f1f6cc6..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: rendering.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 7bd0b6a..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: timeline.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 75d9352..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: workspace.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 2db0156..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: glossary.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 5b8e11d..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: keyboard.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 94c7d68..07f85f3 100644 (file)
@@ -1,4 +1,4 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: installation.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <chapter id="installation">
 </chapter>
index b51d105..c771488 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: history.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="history">
 <title>History Dialog</title>
 <para>
index 1273809..dc661c7 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: interface.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 
 <chapter id="interface">
 <title>The user Interface</title>
index e385831..1c3f9bf 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: layers.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="layers">
 <title>Layers Dialog</title>
 <para>
index 7647876..350955c 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: navigator.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="navigator">
 <title>Navigator</title>
 <para>
index ae796c4..a62ae96 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: params.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="params">
 <title>Params Dialog</title>
 <para>
index c9fb6b6..c2ae500 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: toolbox.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <?xml version="1.0" encoding="utf-8"?>
 <sect1 id="toolbox">
 <title>The toolbox</title>
index 8d32608..aa89313 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: tooloptions.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="tooloptions">
 <title>Tool Options Dialog</title>
 <para>
index dce9007..2db1360 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: introduction.sgml 1 2006-08-30 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <chapter id="introduction">
     
  <title><acronym>Introduction</acronym></title>
index 525e201..6f53169 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking --> 
-<!-- $Id: firststeps.sgml 1 2006-08-29 05:11:55 xerakko $ --> 
+<!-- $Id$ --> 
 <chapter id="firststeps"> 
 <title>First Steps</title> 
 <para> Lets create something
index 3dd3f31..ce7b421 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: combining.sgml 1 2006-08-30 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect2 id="combining">
 <title>Combining</title>
 <para>Now there are two ways to proceed. In the first way, pick the gradient 
index 287e9bc..4eef8ca 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking --> 
-<!--$Id: using.sgml 1 2006-08-30 05:11:55 xerakko $ --> 
+<!--$Id$ --> 
 <sect2 id="using">
 <title>Using</title> 
 <para> However, there is still a problem: The gradient still covers the whole 
index b5fba07..bc17b4d 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking --> 
-<!-- $Id: linking.sgml 1 2006-08-29 05:11:55 xerakko $ --> 
+<!-- $Id$ --> 
 <sect1 id="linking">
 <title>Linking</title> 
 <para>Now lets try linking. Lets say we always
index 2961801..e7103df 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: synfig-studio.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
  <!-- ENTITY % commondata     SYSTEM "##ENTPATH##/../entities/common.ent" > %commondata; -->
diff --git a/synfig-docs/trunk/ca/synfig-studio.tmp.sgml b/synfig-docs/trunk/ca/synfig-studio.tmp.sgml
deleted file mode 100644 (file)
index fb17ea3..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-<!-- retain these comments for translator revision tracking -->
-<!-- $Id: synfig-studio.sgml 1 2006-08-29 05:11:55 xerakko $ -->
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
- <!-- ENTITY % commondata     SYSTEM "##ENTPATH##/../entities/common.ent" > %commondata; -->
-
-<!ENTITY index.sgml SYSTEM "index.sgml">
-<!ENTITY introduction.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/introduction/introduction.sgml">
-
-<!ENTITY interface.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/interface/interface.sgml">
-<!ENTITY toolbox.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/interface/toolbox.sgml">
-<!ENTITY layers.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/interface/layers.sgml">
-<!ENTITY params.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/interface/params.sgml">
-<!ENTITY tooloptions.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/interface/tooloptions.sgml">
-<!ENTITY navigator.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/interface/navigator.sgml">
-<!ENTITY history.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/interface/history.sgml">
-
-<!ENTITY firststeps.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/steps/firststeps.sgml">
-<!ENTITY linking.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/steps/linking.sgml">
-<!ENTITY shapes.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/steps/shapes.sgml">
-
-
-<!ENTITY steplayers.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/steps/layers/layers.sgml">
-<!ENTITY combining.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/steps/layers/combining.sgml">
-<!ENTITY using.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/steps/layers/using.sgml">
-
-<!ENTITY apendices.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/ca/appendix/apendices.sgml">
-]>
-<book lang="en" id="gettingstarted">
-  <bookinfo>
-    <date>28 Aug 2006</date>
-    <title><acronym>Synfig Studio</acronym>
-    </title>
-    <subtitle>Getting Started</subtitle>
-    <releaseinfo>Intial Release</releaseinfo>
-    <authorgroup>
-      <author>
-       <firstname>Miguel</firstname>
-       <surname>Gea Milvaques</surname>
-      </author>
-      <author>
-       <firstname>et Alt.</firstname>
-      </author>
-    </authorgroup>
-    <address>synfig@miguelgea.com</address>
-    <legalnotice>
-      <para>Released with GFDL license</para>
-    </legalnotice>
-    <revhistory>
-      <revision>
-       <revnumber>0.1</revnumber>
-       <date>2006-8-28</date>
-       <authorinitials>mgm</authorinitials>
-       <revremark>Document start</revremark>
-      </revision>
-    </revhistory>
-  </bookinfo>
-&introduction.sgml;
-&interface.sgml;
-&firststeps.sgml;
-&apendices.sgml;
-&index.sgml;
-</book>
-
index 51acbb6..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: bitmap.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index d76d77f..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: closebline.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index ccabadf..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: dock.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 5f73d2c..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: filloutline.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 018bd6d..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: gradient_object.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 2014a09..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: layer.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 34e20df..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: conclusion.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 2b2e86d..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: introduction.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index d7e734b..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: keyframe.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index e861df0..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: movement.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index f1f6cc6..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: rendering.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 7bd0b6a..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: timeline.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 75d9352..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: workspace.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 2db0156..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: glossary.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 5b8e11d..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: keyboard.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 94c7d68..07f85f3 100644 (file)
@@ -1,4 +1,4 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: installation.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <chapter id="installation">
 </chapter>
index b51d105..c771488 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: history.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="history">
 <title>History Dialog</title>
 <para>
index 1273809..dc661c7 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: interface.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 
 <chapter id="interface">
 <title>The user Interface</title>
index e385831..1c3f9bf 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: layers.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="layers">
 <title>Layers Dialog</title>
 <para>
index 7647876..350955c 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: navigator.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="navigator">
 <title>Navigator</title>
 <para>
index ae796c4..a62ae96 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: params.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="params">
 <title>Params Dialog</title>
 <para>
index c9fb6b6..c2ae500 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: toolbox.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <?xml version="1.0" encoding="utf-8"?>
 <sect1 id="toolbox">
 <title>The toolbox</title>
index 8d32608..aa89313 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: tooloptions.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect1 id="tooloptions">
 <title>Tool Options Dialog</title>
 <para>
index dce9007..2db1360 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: introduction.sgml 1 2006-08-30 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <chapter id="introduction">
     
  <title><acronym>Introduction</acronym></title>
index 525e201..6f53169 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking --> 
-<!-- $Id: firststeps.sgml 1 2006-08-29 05:11:55 xerakko $ --> 
+<!-- $Id$ --> 
 <chapter id="firststeps"> 
 <title>First Steps</title> 
 <para> Lets create something
index 3dd3f31..ce7b421 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: combining.sgml 1 2006-08-30 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 <sect2 id="combining">
 <title>Combining</title>
 <para>Now there are two ways to proceed. In the first way, pick the gradient 
index 287e9bc..4eef8ca 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking --> 
-<!--$Id: using.sgml 1 2006-08-30 05:11:55 xerakko $ --> 
+<!--$Id$ --> 
 <sect2 id="using">
 <title>Using</title> 
 <para> However, there is still a problem: The gradient still covers the whole 
index b5fba07..bc17b4d 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking --> 
-<!-- $Id: linking.sgml 1 2006-08-29 05:11:55 xerakko $ --> 
+<!-- $Id$ --> 
 <sect1 id="linking">
 <title>Linking</title> 
 <para>Now lets try linking. Lets say we always
index 792c91f..31266a3 100644 (file)
@@ -1,5 +1,5 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: synfig-studio.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
 
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
  <!-- ENTITY % commondata     SYSTEM "##ENTPATH##/../entities/common.ent" > %commondata; -->
diff --git a/synfig-docs/trunk/en/synfig-studio.tmp.sgml b/synfig-docs/trunk/en/synfig-studio.tmp.sgml
deleted file mode 100644 (file)
index 19d4219..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-<!-- retain these comments for translator revision tracking -->
-<!-- $Id: synfig-studio.sgml 1 2006-08-29 05:11:55 xerakko $ -->
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
- <!-- ENTITY % commondata     SYSTEM "##ENTPATH##/../entities/common.ent" > %commondata; -->
-
-<!ENTITY index.sgml SYSTEM "index.sgml">
-<!ENTITY introduction.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/introduction/introduction.sgml">
-
-<!ENTITY interface.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/interface/interface.sgml">
-<!ENTITY toolbox.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/interface/toolbox.sgml">
-<!ENTITY layers.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/interface/layers.sgml">
-<!ENTITY params.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/interface/params.sgml">
-<!ENTITY tooloptions.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/interface/tooloptions.sgml">
-<!ENTITY navigator.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/interface/navigator.sgml">
-<!ENTITY history.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/interface/history.sgml">
-
-<!ENTITY firststeps.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/steps/firststeps.sgml">
-<!ENTITY linking.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/steps/linking.sgml">
-<!ENTITY shapes.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/steps/shapes.sgml">
-
-
-<!ENTITY steplayers.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/steps/layers/layers.sgml">
-<!ENTITY combining.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/steps/layers/combining.sgml">
-<!ENTITY using.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/steps/layers/using.sgml">
-
-<!ENTITY apendices.sgml SYSTEM "/home/xerakko/2007/synfig/synfig-docs/en/appendix/apendices.sgml">
-]>
-<book lang="en" id="gettingstarted">
-  <bookinfo>
-    <date>28 Aug 2006</date>
-    <title><acronym>Synfig Studio</acronym>
-    </title>
-    <subtitle>Getting Started</subtitle>
-    <releaseinfo>Intial Release</releaseinfo>
-    <authorgroup>
-      <author>
-       <firstname>xxxx</firstname>
-       <surname>xxx xxxxxx</surname>
-      </author>
-      <author>
-       <firstname>et Alt.</firstname>
-      </author>
-    </authorgroup>
-    <address>synfig@miguelgea.com</address>
-    <legalnotice>
-      <para>Released with GFDL license</para>
-    </legalnotice>
-    <revhistory>
-      <revision>
-       <revnumber>0.1</revnumber>
-       <date>2006-8-28</date>
-       <authorinitials>mgm</authorinitials>
-       <revremark>Document start</revremark>
-      </revision>
-    </revhistory>
-  </bookinfo>
-&introduction.sgml;
-&interface.sgml;
-&firststeps.sgml;
-&apendices.sgml;
-&index.sgml;
-</book>
-
index 51acbb6..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: bitmap.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index d76d77f..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: closebline.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index ccabadf..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: dock.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 5f73d2c..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: filloutline.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 018bd6d..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: gradient_object.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->
index 2014a09..67c575a 100644 (file)
@@ -1,2 +1,2 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- $Id: layer.sgml 1 2006-08-29 05:11:55 xerakko $ -->
+<!-- $Id$ -->