Add basic documentation for libkiwix.

It follows the same logic of libzim documentation.
This commit is contained in:
Matthieu Gautier
2021-12-01 16:06:05 +01:00
parent 01ac0b2fe1
commit 3589a51fff
8 changed files with 120 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ subdir('scripts')
subdir('static')
subdir('src')
subdir('test')
if get_option('doc')
subdir('docs')
endif
pkg_requires = ['libzim', 'icu-i18n', 'pugixml', 'libcurl', 'libmicrohttpd', 'xapian-core']