diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-05 13:52:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-05 14:32:38 +0100 |
commit | fd32cca5b36e2c5a0e7ae93a45ab92df2b384a91 (patch) | |
tree | 1a8720463735fa1301ca693eba3bb4fa91f0d2cd /doc/en | |
parent | a91b429e85ffe2ea549eb66a1681dcca8af3e4a4 (diff) | |
download | knights-fd32cca5b36e2c5a0e7ae93a45ab92df2b384a91.tar.gz knights-fd32cca5b36e2c5a0e7ae93a45ab92df2b384a91.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 <slavek.banko@axis.cz>
(cherry picked from commit bd2ad7db31cc6bdf0ab30d658f9bbca57ece3ed8)
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>tcorbin@users.sf.net</email> - </address> + <address><email>tcorbin@users.sf.net</email></address> </affiliation> </author> <othercredit role="developer"> <firstname>Troy</firstname> <surname>Corbin Jr.</surname> <affiliation> - <address> - <email>tcorbin@users.sf.net</email> - </address> + <address><email>tcorbin@users.sf.net</email></address> </affiliation> <contrib>Developer</contrib> </othercredit> |