diff options
author | Slávek Banko <[email protected]> | 2019-01-05 13:52:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-05 13:52:07 +0100 |
commit | bd2ad7db31cc6bdf0ab30d658f9bbca57ece3ed8 (patch) | |
tree | 9e2feb63016d06e9aa096c3d0bdeabc1bcb43a58 /doc/en | |
parent | 851cb9c0321d23e28145c795ace887d339d1c391 (diff) | |
download | knights-bd2ad7db31cc6bdf0ab30d658f9bbca57ece3ed8.tar.gz knights-bd2ad7db31cc6bdf0ab30d658f9bbca57ece3ed8.zip |
Update build rules for documentation:
+ Removed French documentation because it contains nothing.
+ Modified automake rules for documentation in subdirectories.
+ Added cmake rule for installing documentation.
Signed-off-by: Slávek Banko <[email protected]>
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> |