From 0fc419335e0e6dfb708274c8379aebb431025e4a Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 16 Mar 2007 08:54:17 +0000 Subject: [PATCH] Enabled $Id$ expansion. Removed 2 *.tmp.* generated files. Fixed the Makefile to generate the *.tmp.* files rather than using svn-controlled files. git-svn-id: http://svn.voria.com/code@343 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-docs/trunk/Makefile | 8 ++- synfig-docs/trunk/ca/animation/conclusion.sgml | 2 +- synfig-docs/trunk/ca/animation/introduction.sgml | 2 +- synfig-docs/trunk/ca/animation/keyframe.sgml | 2 +- synfig-docs/trunk/ca/animation/movement.sgml | 2 +- synfig-docs/trunk/ca/animation/rendering.sgml | 2 +- synfig-docs/trunk/ca/animation/timeline.sgml | 2 +- synfig-docs/trunk/ca/animation/workspace.sgml | 2 +- synfig-docs/trunk/ca/appendix/glossary.sgml | 2 +- synfig-docs/trunk/ca/appendix/keyboard.sgml | 2 +- .../trunk/ca/installation/installation.sgml | 2 +- synfig-docs/trunk/ca/interface/history.sgml | 2 +- synfig-docs/trunk/ca/interface/interface.sgml | 2 +- synfig-docs/trunk/ca/interface/layers.sgml | 2 +- synfig-docs/trunk/ca/interface/navigator.sgml | 2 +- synfig-docs/trunk/ca/interface/params.sgml | 2 +- synfig-docs/trunk/ca/interface/toolbox.sgml | 2 +- synfig-docs/trunk/ca/interface/tooloptions.sgml | 2 +- .../trunk/ca/introduction/introduction.sgml | 2 +- synfig-docs/trunk/ca/steps/firststeps.sgml | 2 +- synfig-docs/trunk/ca/steps/layers/combining.sgml | 2 +- synfig-docs/trunk/ca/steps/layers/using.sgml | 2 +- synfig-docs/trunk/ca/steps/linking.sgml | 2 +- synfig-docs/trunk/ca/synfig-studio.sgml | 2 +- synfig-docs/trunk/ca/synfig-studio.tmp.sgml | 64 ---------------------- synfig-docs/trunk/ca/tips/bitmap.sgml | 2 +- synfig-docs/trunk/ca/tips/closebline.sgml | 2 +- synfig-docs/trunk/ca/tips/dock.sgml | 2 +- synfig-docs/trunk/ca/tips/filloutline.sgml | 2 +- synfig-docs/trunk/ca/tips/gradient_object.sgml | 2 +- synfig-docs/trunk/ca/tips/layer.sgml | 2 +- synfig-docs/trunk/en/animation/conclusion.sgml | 2 +- synfig-docs/trunk/en/animation/introduction.sgml | 2 +- synfig-docs/trunk/en/animation/keyframe.sgml | 2 +- synfig-docs/trunk/en/animation/movement.sgml | 2 +- synfig-docs/trunk/en/animation/rendering.sgml | 2 +- synfig-docs/trunk/en/animation/timeline.sgml | 2 +- synfig-docs/trunk/en/animation/workspace.sgml | 2 +- synfig-docs/trunk/en/appendix/glossary.sgml | 2 +- synfig-docs/trunk/en/appendix/keyboard.sgml | 2 +- .../trunk/en/installation/installation.sgml | 2 +- synfig-docs/trunk/en/interface/history.sgml | 2 +- synfig-docs/trunk/en/interface/interface.sgml | 2 +- synfig-docs/trunk/en/interface/layers.sgml | 2 +- synfig-docs/trunk/en/interface/navigator.sgml | 2 +- synfig-docs/trunk/en/interface/params.sgml | 2 +- synfig-docs/trunk/en/interface/toolbox.sgml | 2 +- synfig-docs/trunk/en/interface/tooloptions.sgml | 2 +- .../trunk/en/introduction/introduction.sgml | 2 +- synfig-docs/trunk/en/steps/firststeps.sgml | 2 +- synfig-docs/trunk/en/steps/layers/combining.sgml | 2 +- synfig-docs/trunk/en/steps/layers/using.sgml | 2 +- synfig-docs/trunk/en/steps/linking.sgml | 2 +- synfig-docs/trunk/en/synfig-studio.sgml | 2 +- synfig-docs/trunk/en/synfig-studio.tmp.sgml | 64 ---------------------- synfig-docs/trunk/en/tips/bitmap.sgml | 2 +- synfig-docs/trunk/en/tips/closebline.sgml | 2 +- synfig-docs/trunk/en/tips/dock.sgml | 2 +- synfig-docs/trunk/en/tips/filloutline.sgml | 2 +- synfig-docs/trunk/en/tips/gradient_object.sgml | 2 +- synfig-docs/trunk/en/tips/layer.sgml | 2 +- 61 files changed, 63 insertions(+), 189 deletions(-) delete mode 100644 synfig-docs/trunk/ca/synfig-studio.tmp.sgml delete mode 100644 synfig-docs/trunk/en/synfig-studio.tmp.sgml diff --git a/synfig-docs/trunk/Makefile b/synfig-docs/trunk/Makefile index c33173a..f29e3dc 100644 --- a/synfig-docs/trunk/Makefile +++ b/synfig-docs/trunk/Makefile @@ -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 diff --git a/synfig-docs/trunk/ca/animation/conclusion.sgml b/synfig-docs/trunk/ca/animation/conclusion.sgml index 34e20df..67c575a 100644 --- a/synfig-docs/trunk/ca/animation/conclusion.sgml +++ b/synfig-docs/trunk/ca/animation/conclusion.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/animation/introduction.sgml b/synfig-docs/trunk/ca/animation/introduction.sgml index 2b2e86d..67c575a 100644 --- a/synfig-docs/trunk/ca/animation/introduction.sgml +++ b/synfig-docs/trunk/ca/animation/introduction.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/animation/keyframe.sgml b/synfig-docs/trunk/ca/animation/keyframe.sgml index d7e734b..67c575a 100644 --- a/synfig-docs/trunk/ca/animation/keyframe.sgml +++ b/synfig-docs/trunk/ca/animation/keyframe.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/animation/movement.sgml b/synfig-docs/trunk/ca/animation/movement.sgml index e861df0..67c575a 100644 --- a/synfig-docs/trunk/ca/animation/movement.sgml +++ b/synfig-docs/trunk/ca/animation/movement.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/animation/rendering.sgml b/synfig-docs/trunk/ca/animation/rendering.sgml index f1f6cc6..67c575a 100644 --- a/synfig-docs/trunk/ca/animation/rendering.sgml +++ b/synfig-docs/trunk/ca/animation/rendering.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/animation/timeline.sgml b/synfig-docs/trunk/ca/animation/timeline.sgml index 7bd0b6a..67c575a 100644 --- a/synfig-docs/trunk/ca/animation/timeline.sgml +++ b/synfig-docs/trunk/ca/animation/timeline.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/animation/workspace.sgml b/synfig-docs/trunk/ca/animation/workspace.sgml index 75d9352..67c575a 100644 --- a/synfig-docs/trunk/ca/animation/workspace.sgml +++ b/synfig-docs/trunk/ca/animation/workspace.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/appendix/glossary.sgml b/synfig-docs/trunk/ca/appendix/glossary.sgml index 2db0156..67c575a 100644 --- a/synfig-docs/trunk/ca/appendix/glossary.sgml +++ b/synfig-docs/trunk/ca/appendix/glossary.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/appendix/keyboard.sgml b/synfig-docs/trunk/ca/appendix/keyboard.sgml index 5b8e11d..67c575a 100644 --- a/synfig-docs/trunk/ca/appendix/keyboard.sgml +++ b/synfig-docs/trunk/ca/appendix/keyboard.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/installation/installation.sgml b/synfig-docs/trunk/ca/installation/installation.sgml index 94c7d68..07f85f3 100644 --- a/synfig-docs/trunk/ca/installation/installation.sgml +++ b/synfig-docs/trunk/ca/installation/installation.sgml @@ -1,4 +1,4 @@ - + diff --git a/synfig-docs/trunk/ca/interface/history.sgml b/synfig-docs/trunk/ca/interface/history.sgml index b51d105..c771488 100644 --- a/synfig-docs/trunk/ca/interface/history.sgml +++ b/synfig-docs/trunk/ca/interface/history.sgml @@ -1,5 +1,5 @@ - + History Dialog diff --git a/synfig-docs/trunk/ca/interface/interface.sgml b/synfig-docs/trunk/ca/interface/interface.sgml index 1273809..dc661c7 100644 --- a/synfig-docs/trunk/ca/interface/interface.sgml +++ b/synfig-docs/trunk/ca/interface/interface.sgml @@ -1,5 +1,5 @@ - + The user Interface diff --git a/synfig-docs/trunk/ca/interface/layers.sgml b/synfig-docs/trunk/ca/interface/layers.sgml index e385831..1c3f9bf 100644 --- a/synfig-docs/trunk/ca/interface/layers.sgml +++ b/synfig-docs/trunk/ca/interface/layers.sgml @@ -1,5 +1,5 @@ - + Layers Dialog diff --git a/synfig-docs/trunk/ca/interface/navigator.sgml b/synfig-docs/trunk/ca/interface/navigator.sgml index 7647876..350955c 100644 --- a/synfig-docs/trunk/ca/interface/navigator.sgml +++ b/synfig-docs/trunk/ca/interface/navigator.sgml @@ -1,5 +1,5 @@ - + Navigator diff --git a/synfig-docs/trunk/ca/interface/params.sgml b/synfig-docs/trunk/ca/interface/params.sgml index ae796c4..a62ae96 100644 --- a/synfig-docs/trunk/ca/interface/params.sgml +++ b/synfig-docs/trunk/ca/interface/params.sgml @@ -1,5 +1,5 @@ - + Params Dialog diff --git a/synfig-docs/trunk/ca/interface/toolbox.sgml b/synfig-docs/trunk/ca/interface/toolbox.sgml index c9fb6b6..c2ae500 100644 --- a/synfig-docs/trunk/ca/interface/toolbox.sgml +++ b/synfig-docs/trunk/ca/interface/toolbox.sgml @@ -1,5 +1,5 @@ - + The toolbox diff --git a/synfig-docs/trunk/ca/interface/tooloptions.sgml b/synfig-docs/trunk/ca/interface/tooloptions.sgml index 8d32608..aa89313 100644 --- a/synfig-docs/trunk/ca/interface/tooloptions.sgml +++ b/synfig-docs/trunk/ca/interface/tooloptions.sgml @@ -1,5 +1,5 @@ - + Tool Options Dialog diff --git a/synfig-docs/trunk/ca/introduction/introduction.sgml b/synfig-docs/trunk/ca/introduction/introduction.sgml index dce9007..2db1360 100644 --- a/synfig-docs/trunk/ca/introduction/introduction.sgml +++ b/synfig-docs/trunk/ca/introduction/introduction.sgml @@ -1,5 +1,5 @@ - + <acronym>Introduction</acronym> diff --git a/synfig-docs/trunk/ca/steps/firststeps.sgml b/synfig-docs/trunk/ca/steps/firststeps.sgml index 525e201..6f53169 100644 --- a/synfig-docs/trunk/ca/steps/firststeps.sgml +++ b/synfig-docs/trunk/ca/steps/firststeps.sgml @@ -1,5 +1,5 @@ - + First Steps Lets create something diff --git a/synfig-docs/trunk/ca/steps/layers/combining.sgml b/synfig-docs/trunk/ca/steps/layers/combining.sgml index 3dd3f31..ce7b421 100644 --- a/synfig-docs/trunk/ca/steps/layers/combining.sgml +++ b/synfig-docs/trunk/ca/steps/layers/combining.sgml @@ -1,5 +1,5 @@ - + Combining Now there are two ways to proceed. In the first way, pick the gradient diff --git a/synfig-docs/trunk/ca/steps/layers/using.sgml b/synfig-docs/trunk/ca/steps/layers/using.sgml index 287e9bc..4eef8ca 100644 --- a/synfig-docs/trunk/ca/steps/layers/using.sgml +++ b/synfig-docs/trunk/ca/steps/layers/using.sgml @@ -1,5 +1,5 @@ - + Using However, there is still a problem: The gradient still covers the whole diff --git a/synfig-docs/trunk/ca/steps/linking.sgml b/synfig-docs/trunk/ca/steps/linking.sgml index b5fba07..bc17b4d 100644 --- a/synfig-docs/trunk/ca/steps/linking.sgml +++ b/synfig-docs/trunk/ca/steps/linking.sgml @@ -1,5 +1,5 @@ - + Linking Now lets try linking. Lets say we always diff --git a/synfig-docs/trunk/ca/synfig-studio.sgml b/synfig-docs/trunk/ca/synfig-studio.sgml index 2961801..e7103df 100644 --- a/synfig-docs/trunk/ca/synfig-studio.sgml +++ b/synfig-docs/trunk/ca/synfig-studio.sgml @@ -1,5 +1,5 @@ - + %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 index fb17ea3..0000000 --- a/synfig-docs/trunk/ca/synfig-studio.tmp.sgml +++ /dev/null @@ -1,64 +0,0 @@ - - - - %commondata; --> - - - - - - - - - - - - - - - - - - - - - - -]> - - - 28 Aug 2006 - <acronym>Synfig Studio</acronym> - - Getting Started - Intial Release - - - Miguel - Gea Milvaques - - - et Alt. - - -
synfig@miguelgea.com
- - Released with GFDL license - - - - 0.1 - 2006-8-28 - mgm - Document start - - -
-&introduction.sgml; -&interface.sgml; -&firststeps.sgml; -&apendices.sgml; -&index.sgml; -
- diff --git a/synfig-docs/trunk/ca/tips/bitmap.sgml b/synfig-docs/trunk/ca/tips/bitmap.sgml index 51acbb6..67c575a 100644 --- a/synfig-docs/trunk/ca/tips/bitmap.sgml +++ b/synfig-docs/trunk/ca/tips/bitmap.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/tips/closebline.sgml b/synfig-docs/trunk/ca/tips/closebline.sgml index d76d77f..67c575a 100644 --- a/synfig-docs/trunk/ca/tips/closebline.sgml +++ b/synfig-docs/trunk/ca/tips/closebline.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/tips/dock.sgml b/synfig-docs/trunk/ca/tips/dock.sgml index ccabadf..67c575a 100644 --- a/synfig-docs/trunk/ca/tips/dock.sgml +++ b/synfig-docs/trunk/ca/tips/dock.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/tips/filloutline.sgml b/synfig-docs/trunk/ca/tips/filloutline.sgml index 5f73d2c..67c575a 100644 --- a/synfig-docs/trunk/ca/tips/filloutline.sgml +++ b/synfig-docs/trunk/ca/tips/filloutline.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/tips/gradient_object.sgml b/synfig-docs/trunk/ca/tips/gradient_object.sgml index 018bd6d..67c575a 100644 --- a/synfig-docs/trunk/ca/tips/gradient_object.sgml +++ b/synfig-docs/trunk/ca/tips/gradient_object.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/ca/tips/layer.sgml b/synfig-docs/trunk/ca/tips/layer.sgml index 2014a09..67c575a 100644 --- a/synfig-docs/trunk/ca/tips/layer.sgml +++ b/synfig-docs/trunk/ca/tips/layer.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/animation/conclusion.sgml b/synfig-docs/trunk/en/animation/conclusion.sgml index 34e20df..67c575a 100644 --- a/synfig-docs/trunk/en/animation/conclusion.sgml +++ b/synfig-docs/trunk/en/animation/conclusion.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/animation/introduction.sgml b/synfig-docs/trunk/en/animation/introduction.sgml index 2b2e86d..67c575a 100644 --- a/synfig-docs/trunk/en/animation/introduction.sgml +++ b/synfig-docs/trunk/en/animation/introduction.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/animation/keyframe.sgml b/synfig-docs/trunk/en/animation/keyframe.sgml index d7e734b..67c575a 100644 --- a/synfig-docs/trunk/en/animation/keyframe.sgml +++ b/synfig-docs/trunk/en/animation/keyframe.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/animation/movement.sgml b/synfig-docs/trunk/en/animation/movement.sgml index e861df0..67c575a 100644 --- a/synfig-docs/trunk/en/animation/movement.sgml +++ b/synfig-docs/trunk/en/animation/movement.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/animation/rendering.sgml b/synfig-docs/trunk/en/animation/rendering.sgml index f1f6cc6..67c575a 100644 --- a/synfig-docs/trunk/en/animation/rendering.sgml +++ b/synfig-docs/trunk/en/animation/rendering.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/animation/timeline.sgml b/synfig-docs/trunk/en/animation/timeline.sgml index 7bd0b6a..67c575a 100644 --- a/synfig-docs/trunk/en/animation/timeline.sgml +++ b/synfig-docs/trunk/en/animation/timeline.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/animation/workspace.sgml b/synfig-docs/trunk/en/animation/workspace.sgml index 75d9352..67c575a 100644 --- a/synfig-docs/trunk/en/animation/workspace.sgml +++ b/synfig-docs/trunk/en/animation/workspace.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/appendix/glossary.sgml b/synfig-docs/trunk/en/appendix/glossary.sgml index 2db0156..67c575a 100644 --- a/synfig-docs/trunk/en/appendix/glossary.sgml +++ b/synfig-docs/trunk/en/appendix/glossary.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/appendix/keyboard.sgml b/synfig-docs/trunk/en/appendix/keyboard.sgml index 5b8e11d..67c575a 100644 --- a/synfig-docs/trunk/en/appendix/keyboard.sgml +++ b/synfig-docs/trunk/en/appendix/keyboard.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/installation/installation.sgml b/synfig-docs/trunk/en/installation/installation.sgml index 94c7d68..07f85f3 100644 --- a/synfig-docs/trunk/en/installation/installation.sgml +++ b/synfig-docs/trunk/en/installation/installation.sgml @@ -1,4 +1,4 @@ - + diff --git a/synfig-docs/trunk/en/interface/history.sgml b/synfig-docs/trunk/en/interface/history.sgml index b51d105..c771488 100644 --- a/synfig-docs/trunk/en/interface/history.sgml +++ b/synfig-docs/trunk/en/interface/history.sgml @@ -1,5 +1,5 @@ - + History Dialog diff --git a/synfig-docs/trunk/en/interface/interface.sgml b/synfig-docs/trunk/en/interface/interface.sgml index 1273809..dc661c7 100644 --- a/synfig-docs/trunk/en/interface/interface.sgml +++ b/synfig-docs/trunk/en/interface/interface.sgml @@ -1,5 +1,5 @@ - + The user Interface diff --git a/synfig-docs/trunk/en/interface/layers.sgml b/synfig-docs/trunk/en/interface/layers.sgml index e385831..1c3f9bf 100644 --- a/synfig-docs/trunk/en/interface/layers.sgml +++ b/synfig-docs/trunk/en/interface/layers.sgml @@ -1,5 +1,5 @@ - + Layers Dialog diff --git a/synfig-docs/trunk/en/interface/navigator.sgml b/synfig-docs/trunk/en/interface/navigator.sgml index 7647876..350955c 100644 --- a/synfig-docs/trunk/en/interface/navigator.sgml +++ b/synfig-docs/trunk/en/interface/navigator.sgml @@ -1,5 +1,5 @@ - + Navigator diff --git a/synfig-docs/trunk/en/interface/params.sgml b/synfig-docs/trunk/en/interface/params.sgml index ae796c4..a62ae96 100644 --- a/synfig-docs/trunk/en/interface/params.sgml +++ b/synfig-docs/trunk/en/interface/params.sgml @@ -1,5 +1,5 @@ - + Params Dialog diff --git a/synfig-docs/trunk/en/interface/toolbox.sgml b/synfig-docs/trunk/en/interface/toolbox.sgml index c9fb6b6..c2ae500 100644 --- a/synfig-docs/trunk/en/interface/toolbox.sgml +++ b/synfig-docs/trunk/en/interface/toolbox.sgml @@ -1,5 +1,5 @@ - + The toolbox diff --git a/synfig-docs/trunk/en/interface/tooloptions.sgml b/synfig-docs/trunk/en/interface/tooloptions.sgml index 8d32608..aa89313 100644 --- a/synfig-docs/trunk/en/interface/tooloptions.sgml +++ b/synfig-docs/trunk/en/interface/tooloptions.sgml @@ -1,5 +1,5 @@ - + Tool Options Dialog diff --git a/synfig-docs/trunk/en/introduction/introduction.sgml b/synfig-docs/trunk/en/introduction/introduction.sgml index dce9007..2db1360 100644 --- a/synfig-docs/trunk/en/introduction/introduction.sgml +++ b/synfig-docs/trunk/en/introduction/introduction.sgml @@ -1,5 +1,5 @@ - + <acronym>Introduction</acronym> diff --git a/synfig-docs/trunk/en/steps/firststeps.sgml b/synfig-docs/trunk/en/steps/firststeps.sgml index 525e201..6f53169 100644 --- a/synfig-docs/trunk/en/steps/firststeps.sgml +++ b/synfig-docs/trunk/en/steps/firststeps.sgml @@ -1,5 +1,5 @@ - + First Steps Lets create something diff --git a/synfig-docs/trunk/en/steps/layers/combining.sgml b/synfig-docs/trunk/en/steps/layers/combining.sgml index 3dd3f31..ce7b421 100644 --- a/synfig-docs/trunk/en/steps/layers/combining.sgml +++ b/synfig-docs/trunk/en/steps/layers/combining.sgml @@ -1,5 +1,5 @@ - + Combining Now there are two ways to proceed. In the first way, pick the gradient diff --git a/synfig-docs/trunk/en/steps/layers/using.sgml b/synfig-docs/trunk/en/steps/layers/using.sgml index 287e9bc..4eef8ca 100644 --- a/synfig-docs/trunk/en/steps/layers/using.sgml +++ b/synfig-docs/trunk/en/steps/layers/using.sgml @@ -1,5 +1,5 @@ - + Using However, there is still a problem: The gradient still covers the whole diff --git a/synfig-docs/trunk/en/steps/linking.sgml b/synfig-docs/trunk/en/steps/linking.sgml index b5fba07..bc17b4d 100644 --- a/synfig-docs/trunk/en/steps/linking.sgml +++ b/synfig-docs/trunk/en/steps/linking.sgml @@ -1,5 +1,5 @@ - + Linking Now lets try linking. Lets say we always diff --git a/synfig-docs/trunk/en/synfig-studio.sgml b/synfig-docs/trunk/en/synfig-studio.sgml index 792c91f..31266a3 100644 --- a/synfig-docs/trunk/en/synfig-studio.sgml +++ b/synfig-docs/trunk/en/synfig-studio.sgml @@ -1,5 +1,5 @@ - + %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 index 19d4219..0000000 --- a/synfig-docs/trunk/en/synfig-studio.tmp.sgml +++ /dev/null @@ -1,64 +0,0 @@ - - - - %commondata; --> - - - - - - - - - - - - - - - - - - - - - - -]> - - - 28 Aug 2006 - <acronym>Synfig Studio</acronym> - - Getting Started - Intial Release - - - xxxx - xxx xxxxxx - - - et Alt. - - -
synfig@miguelgea.com
- - Released with GFDL license - - - - 0.1 - 2006-8-28 - mgm - Document start - - -
-&introduction.sgml; -&interface.sgml; -&firststeps.sgml; -&apendices.sgml; -&index.sgml; -
- diff --git a/synfig-docs/trunk/en/tips/bitmap.sgml b/synfig-docs/trunk/en/tips/bitmap.sgml index 51acbb6..67c575a 100644 --- a/synfig-docs/trunk/en/tips/bitmap.sgml +++ b/synfig-docs/trunk/en/tips/bitmap.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/tips/closebline.sgml b/synfig-docs/trunk/en/tips/closebline.sgml index d76d77f..67c575a 100644 --- a/synfig-docs/trunk/en/tips/closebline.sgml +++ b/synfig-docs/trunk/en/tips/closebline.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/tips/dock.sgml b/synfig-docs/trunk/en/tips/dock.sgml index ccabadf..67c575a 100644 --- a/synfig-docs/trunk/en/tips/dock.sgml +++ b/synfig-docs/trunk/en/tips/dock.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/tips/filloutline.sgml b/synfig-docs/trunk/en/tips/filloutline.sgml index 5f73d2c..67c575a 100644 --- a/synfig-docs/trunk/en/tips/filloutline.sgml +++ b/synfig-docs/trunk/en/tips/filloutline.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/tips/gradient_object.sgml b/synfig-docs/trunk/en/tips/gradient_object.sgml index 018bd6d..67c575a 100644 --- a/synfig-docs/trunk/en/tips/gradient_object.sgml +++ b/synfig-docs/trunk/en/tips/gradient_object.sgml @@ -1,2 +1,2 @@ - + diff --git a/synfig-docs/trunk/en/tips/layer.sgml b/synfig-docs/trunk/en/tips/layer.sgml index 2014a09..67c575a 100644 --- a/synfig-docs/trunk/en/tips/layer.sgml +++ b/synfig-docs/trunk/en/tips/layer.sgml @@ -1,2 +1,2 @@ - + -- 2.7.4