diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 8 |
3 files changed, 5 insertions, 6 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..20beda9 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_DOCS = knights +KDE_LANG = en diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 6bc3be7..99b75a3 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -15,18 +15,14 @@ <firstname>Troy</firstname> <surname>Corbin Jr.</surname> <affiliation> - <address> - <email>[email protected]</email> - </address> + <address><email>[email protected]</email></address> </affiliation> </author> <othercredit role="developer"> <firstname>Troy</firstname> <surname>Corbin Jr.</surname> <affiliation> - <address> - <email>[email protected]</email> - </address> + <address><email>[email protected]</email></address> </affiliation> <contrib>Developer</contrib> </othercredit> |