From: Sven Eden Date: Fri, 24 Aug 2018 06:24:38 +0000 (+0200) Subject: Prep v239: Add man/custom-entities.ent.in, we now need it. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c552a8e6e51f69d5afc5deb724fd9ae184a4fbe7 Prep v239: Add man/custom-entities.ent.in, we now need it. --- diff --git a/cb/elogind.cbp b/cb/elogind.cbp index 4168fbec7..65da13a70 100644 --- a/cb/elogind.cbp +++ b/cb/elogind.cbp @@ -54,10 +54,90 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/man/custom-entities.ent.in b/man/custom-entities.ent.in new file mode 100644 index 000000000..002028df0 --- /dev/null +++ b/man/custom-entities.ent.in @@ -0,0 +1,12 @@ + + + diff --git a/man/meson.build b/man/meson.build index 8357f1682..d5895eb2f 100644 --- a/man/meson.build +++ b/man/meson.build @@ -26,12 +26,10 @@ custom_man_xsl = files('custom-man.xsl') custom_html_xsl = files('custom-html.xsl') xslt_cmd = [xsltproc, '-o', '@OUTPUT0@'] + xsltproc_flags -#if 0 /// UNNEEDED by elogind -# custom_entities_ent = configure_file( -# input : 'custom-entities.ent.in', -# output : 'custom-entities.ent', -# configuration : conf) -#endif // 0 +custom_entities_ent = configure_file( + input : 'custom-entities.ent.in', + output : 'custom-entities.ent', + configuration : conf) man_pages = [] html_pages = []