chiark / gitweb /
Prep v239: Add man/custom-entities.ent.in, we now need it.
[elogind.git] / man / meson.build
index 8357f1682df4598a3c53f138193cb61cea99502d..d5895eb2fc8352df8fb8deb962c1e03a3b149458 100644 (file)
@@ -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 = []