*** empty log message ***

This commit is contained in:
alba 2002-07-31 23:57:40 +00:00
parent 60ec7966cb
commit 1b4bdaeff3
4 changed files with 34 additions and 28 deletions

View File

@ -374,7 +374,7 @@ insert([subtopic], [Liste der Unterthemen], [],
<p>|tabsubtopicdocs|
], 1)
insert([document], [Metadaten eines Dokuments ändern], [Metadaten ändern],
insert([document], [Alle Metadaten des Dokuments ändern], [],
[
|tabeditdoc|
<p>|tabdocerrors|
@ -386,34 +386,34 @@ insert([document], [Metadaten eines Dokuments
<p>|tabdocnotes|
], 2)
insert([document_main], [Edit Document Meta-data], [],
insert([document_main], [Metadaten des Dokuments ändern], [],
[
|tabeditdoc|
<p>|tabdocerrors|
])
insert([document_files], [Edit Document Files], [],
insert([document_files], [Dateien des Dokuments ändern], [],
[
|tabdocfiles|
<p>|tabdocfileerrors|
])
insert([document_users], [Edit Document Users], [],
insert([document_users], [Benutzer des Dokuments ändern], [],
[
|tabdocusers|
])
insert([document_revs], [Edit Document Versions], [],
insert([document_revs], [Versionierung des Dokuments ändern], [],
[
|tabdocversions|
])
insert([document_topics], [Edit Document Topics], [],
insert([document_topics], [Themen Dokuments ändern], [],
[
|tabdoctopics|
])
insert([document_notes], [Document Notes], [],
insert([document_notes], [Anmerkungen zum Dokument], [],
[
|tabdocnotes|
])

View File

@ -97,9 +97,9 @@ insert(strfilesize, [Dateigr
insert(strfilemode, [Dateimodus])
insert(strsearch, [Suche])
insert(strunknown, [Unbekannt])
insert(strrender_time, [Render time])
insert(strrender_time, [Render-Zeit])
insert(strdetails, [Details])
insert(strfiles, [Files])
insert(strversions, [Versions])
insert(strnotes, [Notes])
insert(strall, [All])
insert(strfiles, [Dateien])
insert(strversions, [Versionen])
insert(strnotes, [Anmerkungen])
insert(strall, [Alles])

View File

@ -25,40 +25,36 @@ install: all
$(INSTALLDOC) lampadas.conf.5 $(man5prefix)/lampadas.conf.5
clean:
rm -f $(docs)
rm -f *.html
rm -rf Lampadas.xml
xml: Lampadas.xml
rm -f core* *~ *.html $(docs) Lampadas.xml
xml: Lampadas.xml Lampadas.a
html: Lampadas.html
index: index.html
index.html: Lampadas.xml
xsltproc ../xsl/lampadas-html-chunk.xsl Lampadas.xml
xsltproc --nonet ../xsl/lampadas-html-chunk.xsl $? > $@
Lampadas.html: Lampadas.xml
xsltproc ../xsl/lampadas-html.xsl Lampadas.xml > Lampadas.html
xsltproc --nonet ../xsl/lampadas-html.xsl Lampadas.xml $? > $@
Lampadas.xml: Lampadas.wt
wt2db -x Lampadas.wt -o Lampadas.xml
preview: Lampadas.html
preview: # Lampadas.html
# galeon Lampadas.html
mozilla -remote "openURL(file:///home/david/ldp/cvs/LDP/lampadas/doc/Lampadas.html)"
mozilla -remote "openURL(file://`pwd`/Lampadas.html)"
.SUFFIXES: .sgml .1 .5
.SUFFIXES: .xml .wt .sgml .1 .5
.wt.xml:
wt2db -n -x $< -o $*.xml
.sgml.1:
if which docbook-to-man; then \
@if which docbook-to-man; then \
docbook-to-man $< > $@; \
else \
docbook2man $<; \
fi
.sgml.5:
if which docbook-to-man; then \
@if which docbook-to-man; then \
docbook-to-man $< > $@; \
else \
docbook2man $<; \

10
LDP/lampadas/exclude Normal file
View File

@ -0,0 +1,10 @@
*/.*
*~
*.bak
*.gz
*/CVS
*/core*
*/pylib/test
*/pylib/test/*
*/www/old-perl
*/www/old-perl/*