1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Witold Filipczyk
0c9003f2c5 [meson] / in a few places in doc subdirectory 2024-06-03 17:06:20 +02:00
Witold Filipczyk
ae8f6abbe2 [meson] elinks_wrapper in doc build process 2023-07-08 18:24:25 +02:00
Witold Filipczyk
86be32f9f7 [doc] Do not build some docs in cross builds 2023-07-08 11:06:08 +02:00
rkd77
deccaca6dc
Merge pull request #228 from aelmahmoudy/meson-doc
[doc] use join_paths method & datadir config for generating default doc_dir
2023-05-02 17:57:16 +02:00
Witold Filipczyk
fa38a617f3 [meson] Added boolean options apidoc, htmldoc and pdfdoc. Default enabled
If these options are false, the given part of documentation is not built.
On slower machines it takes some time to generate apidocs or manual.pdf.
2023-04-30 13:22:55 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy)
6453d0dcea [doc] use join_paths method & datadir config for generating default doc_dir
This is more sane than hardcoding 'share/doc/elinks'
2023-04-30 01:10:42 +02:00
Witold Filipczyk
e890b07584 [meson] Added docdir option. Refs #224
By default docdir is $prefix/share/doc/elinks
2023-04-23 13:37:36 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy)
dd4557e983 Install txt, pdf, html docs in $prefix/share/doc/elinks 2023-04-23 06:59:03 +02:00
Witold Filipczyk
33e36dc1e8 [meson] added options: reproducible and source-date-epoch for reproducible builds
Usage example:
-Dreproducible=true \
-Dsource-date-epoch=$(git log -1 --pretty=%ct)
2022-03-25 14:13:03 +01:00
Witold Filipczyk
e47de997d5 [meson] install manuals 2021-12-09 19:12:43 +01:00
Witold Filipczyk
4a2f105738 [doc] Fixes related to meson. meson-0.57.0 or higher required 2021-07-21 15:50:00 +02:00
Witold Filipczyk
0c337dd30a [meson] Added elinks as the first dependency to make sure dependencies are not empty 2020-09-30 19:58:13 +02:00
Witold Filipczyk
a0d136051d [meson] build api using doxygen 2020-09-23 18:05:08 +02:00
Witold Filipczyk
76fe703cba [meson] Build manual.html-chunked 2020-09-23 17:31:57 +02:00
Witold Filipczyk
ea35e1f3e6 [meson] build man pages 2020-09-23 17:23:06 +02:00
Witold Filipczyk
211f79807e [meson] build manual.pdf 2020-09-22 19:54:22 +02:00
Witold Filipczyk
cbbd6e5bd2 [meson] html target in doc 2020-09-21 21:54:35 +02:00
Witold Filipczyk
0f59f669ac [meson] doc/perl.html and doc/perl-hooks.html custom targets 2020-09-21 17:57:40 +02:00