Lines Matching +full:hi +full:- +full:fi
3 Date: Sun, 25 Jul 2021 16:30:59 -0600
6 Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
9 ---
10 Makefile.am | 7 ++++++-
12 2 files changed, 11 insertions(+), 1 deletion(-)
14 diff --git a/Makefile.am b/Makefile.am
16 --- a/Makefile.am
18 @@ -209,9 +209,11 @@ else
24 man/system-config-printer.1 \
25 man/system-config-printer-applet.1
30 @@ -274,7 +276,6 @@ EXTRA_DIST=\
34 - man/system-config-printer.xml \
38 @@ -297,12 +298,16 @@ EXTRA_DIST=\
43 +EXTRA_DIST+=man/system-config-printer.xml
46 .stamp-man-pages-built: $(top_srcdir)/man/system-config-printer.xml
47 xmlto man -o man $<
48 touch .stamp-man-pages-built
50 $(man_MANS): .stamp-man-pages-built
54 rm -rf html
55 diff --git a/configure.ac b/configure.ac
57 --- a/configure.ac
59 @@ -75,6 +75,11 @@ if test "x$with_systemdsystemunitdir" != xno; then
60 fi
61 …AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir…
64 + [AC_HELP_STRING([--with-xmlto],
68 …ALL_LINGUAS="ar as ast bg bn_IN bn br bs ca cs cy da de el en_GB es et fa fi fr fur gu he hi hr hu…
71 --