summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2006-05-04 13:30:28 +0000
committerWerner Schweer <ws.seh.de>2006-05-04 13:30:28 +0000
commit7010a2f4cf5f13c8718104aa61b800d9b03cd20b (patch)
tree540257d9b453af1211c766cb6db409d821107dbc
parent7afde560183e3c07481f20a4671b7c7100175c74 (diff)
doc updates
-rw-r--r--muse/CMakeLists.txt5
-rw-r--r--muse/doc/man/de/CMakeLists.txt4
-rw-r--r--muse/doc/man/de/man-de.tex17
-rw-r--r--muse/doc/man/en/man-en.tex1
4 files changed, 19 insertions, 8 deletions
diff --git a/muse/CMakeLists.txt b/muse/CMakeLists.txt
index 29cbddae..bddd7172 100644
--- a/muse/CMakeLists.txt
+++ b/muse/CMakeLists.txt
@@ -45,7 +45,10 @@ set(QT_USE_QTDESIGNER TRUE)
find_package(Qt4)
if (NOT QT4_FOUND)
- message(FATAL_ERROR "Fatal error: QT (version >= 4.1.0) required")
+ message(FATAL_ERROR "Fatal error: QT (version >= 4.1.0) required.\n"
+ "Cmake tries to detect QT4 by searching for 'qmake' in your PATH\n"
+ "If you have QT4 installed, make sure qmake is found in your PATH."
+ )
endif (NOT QT4_FOUND)
include(${QT_USE_FILE})
diff --git a/muse/doc/man/de/CMakeLists.txt b/muse/doc/man/de/CMakeLists.txt
index 9c73fd00..994831b1 100644
--- a/muse/doc/man/de/CMakeLists.txt
+++ b/muse/doc/man/de/CMakeLists.txt
@@ -22,7 +22,9 @@ set (SRC man-de.tex)
add_custom_command (
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/man-de.pdf
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/man-de.tex
+ DEPENDS
+ ${CMAKE_CURRENT_SOURCE_DIR}/man-de.tex
+ ${CMAKE_CURRENT_SOURCE_DIR}/projekte.tex
COMMAND ${TEXEXEC_PATH}/texexec
ARGS --language=en --verbose --batch --pdf --result=man-de.pdf man-de.tex
)
diff --git a/muse/doc/man/de/man-de.tex b/muse/doc/man/de/man-de.tex
index 04fc20c2..d34ed0c2 100644
--- a/muse/doc/man/de/man-de.tex
+++ b/muse/doc/man/de/man-de.tex
@@ -94,7 +94,7 @@
\definedescription[Filetype][
location=left,
headstyle=bold,
- width=4em,
+ width=6em,
before={\startnarrower[left]\setupblank[0pt]},
after={\stopnarrower\setupblank}]
@@ -145,6 +145,8 @@
\hfill \color[red]{\M}\par
\hfill \color[blue]{Manual}\par
\vfill
+ \rightaligned{\externalfigure[../titlelogo.jpg]}
+ \vfill
\hfill \color[blue]{DE}\par
\definebodyfont[10pt,11pt,12pt][rm][tfb=Regular at 24pt]
\tfb\setupinterlinespace
@@ -154,7 +156,7 @@
\startstandardmakeup[page=no]
\vfill
\M\ wird von SourceForge gehostet:\par
- \type{http://mscore.sourceforge.net/}
+ \type{http://sourceforge.net/projects/lmuse}
\blank[line]
Dieses Dokument wurde mit \pdfTeX\ und dem Macro Paket
\ConTeXt\ erstellt.
@@ -166,8 +168,13 @@
\chapter{Einführung}
\section{Was ist \M?}
- \M\ ist ein ein "open source" Programm, veröffentlicht unter der GNU General
- Public License (GPL) (siehe Appendix).
+ \M\ ist ein ein ''open source'' Programm, veröffentlicht unter der GNU General
+ Public License (GPL) (siehe Anhang).
+
+\component projekte.tex
-\completeindex
+\startappendices
+ \component ../gpl.tex
+ \completeindex
+ \stopappendices
\stoptext
diff --git a/muse/doc/man/en/man-en.tex b/muse/doc/man/en/man-en.tex
index d05123e2..92f1f4ab 100644
--- a/muse/doc/man/en/man-en.tex
+++ b/muse/doc/man/en/man-en.tex
@@ -1,5 +1,4 @@
%====================================================================
-%
% MusE Manual
% this is the MusE manual
%