Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Farid Abdelnour
kdenlive
Commits
c2b083cc
Commit
c2b083cc
authored
Sep 11, 2003
by
Caulier Gilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Handbooks HTML export...
svn path=/trunk/kdenlive/; revision=311
parent
b315ca9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
3 deletions
+35
-3
doc/en/Makefile.am
doc/en/Makefile.am
+17
-0
doc/fr/Makefile.am
doc/fr/Makefile.am
+17
-2
kdenlive.kdevprj
kdenlive.kdevprj
+1
-1
No files found.
doc/en/Makefile.am
View file @
c2b083cc
...
...
@@ -10,6 +10,7 @@ endocbookdir = $(kde_htmldir)/en/kdenlive
KDE_LANG
=
en
KDE_DOCS
=
kdenlive
DOCDIR
=
$(DESTDIR)${kde_htmldir}
index_en.pot
:
index.docbook index-shifted.docbook
xml2pot index.docbook
>
index_en.pot
...
...
@@ -17,3 +18,19 @@ index_en.pot: index.docbook index-shifted.docbook
index-shifted.docbook
:
index.docbook
cat
index.docbook |
expand
|
sed
s/^[
\
]
*
//
>
index-shifted.docbook
noinst_HEADERS
=
index_en.pot index-shifted.docbook
# --- Translated html help, not needed in distribution. Just for the Web site ---
index.html
:
index.docbook
@
MEINPROC@
--check
index.docbook
mkdir
-p
./html
mv
*
.html ./html/
cp
-R
*
.png ./html/
rm
-Rf
./common
mkdir
-p
./html/common
cp
-R
${DOCDIR}
/en/common/
*
./html/common
for
file
in
./html/
*
.html
;
do
{
\
echo
$$
file
;
\
cat
$$
file |
sed
s+help:/common+./common+g
>
$$
file.new
;
\
mv
$$
file.new
$$
file
;
\
}
done
doc/fr/Makefile.am
View file @
c2b083cc
...
...
@@ -2,14 +2,13 @@
EXTRA_DIST
=
index.docbook mainwindow.png monitor_panel.png project_panel.png timeline_panel.png project_with_clips.png debug_tab.png setup_renderer.png rendering_project.png
KDE_LANG
=
fr
KDE_DOCS
=
kdenlive
DOCDIR
=
$(DESTDIR)${kde_htmldir}
docbook_DATA
=
index.docbook
docbookdir
=
$(kde_htmldir)
/fr/kdenlive
index_fr.po
:
../en/index_en.pot
msgmerge
-o
index_fr.po index_fr.po ../en/index_en.pot
...
...
@@ -21,3 +20,19 @@ index.docbook: ../en/index.docbook ../en/index_en.pot index_fr.po
sed
s/^
\<\!
ENTITY
\
%
\
English
\
/
\<\!
ENTITY
\
%
\
French
\
/g
>
$@
noinst_HEADERS
=
index_fr.po
# --- Translated html help, not needed in distribution. Just for the Web site ---
index.html
:
index.docbook
@
MEINPROC@
--check
index.docbook
mkdir
-p
./html
mv
*
.html ./html/
cp
-R
*
.png ./html/
rm
-Rf
./common
mkdir
-p
./html/common
cp
-R
${DOCDIR}
/fr/common/
*
./html/common
for
file
in
./html/
*
.html
;
do
{
\
echo
$$
file
;
\
cat
$$
file |
sed
s+help:/common+./common+g
>
$$
file.new
;
\
mv
$$
file.new
$$
file
;
\
}
done
\ No newline at end of file
kdenlive.kdevprj
View file @
c2b083cc
...
...
@@ -31,7 +31,7 @@ author=Jason Wood
configure_args=
email=jasonwood@blueyonder.co.uk
kdevprj_version=1.3
lfv_open_groups=
lfv_open_groups=
Sources,Translations
make_options=\s-j1
makefiles=Makefile.am,kdenlive/Makefile.am,doc/Makefile.am,doc/en/Makefile.am,po/Makefile.am,icons/Makefile.am,icons/hicolor/32x32/Makefile.am,icons/hicolor/Makefile.am,icons/hicolor/32x32/actions/Makefile.am,graphics/Makefile.am
modifyMakefiles=true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment