diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-02 09:53:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-10-02 10:43:54 +0200 |
commit | 0bc7a22d9393ee3a806c308e8e1dd387858d44ba (patch) | |
tree | 94aba4e541426a2a0e611f922ccceee5a234326b /meson.build | |
parent | b2d1fbda781c219feeb83941b00ad7d9837b8734 (diff) | |
download | systemd-0bc7a22d9393ee3a806c308e8e1dd387858d44ba.tar.gz systemd-0bc7a22d9393ee3a806c308e8e1dd387858d44ba.tar.bz2 systemd-0bc7a22d9393ee3a806c308e8e1dd387858d44ba.zip |
docs: add a simple, auto-generated index.md
This is useful for the github pages feature
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index c29f622143..1c4febfa4b 100644 --- a/meson.build +++ b/meson.build @@ -2909,6 +2909,10 @@ run_target( depends : [man, libsystemd, libudev], command : [meson_check_api_docs_sh, libsystemd.full_path(), libudev.full_path()]) +run_target( + 'make-index-md', + command : ['sh', '@0@/tools/make-index-md.sh'.format(meson.source_root()), meson.source_root()]) + ############################################################ status = [ |