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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |