/cups/testthreads
/cups/tlscheck
/desktop/cups.desktop
-/doc/index.html
-/doc/*/index.html
/filter/commandtops
/filter/gziptoany
/filter/pstops
/systemv/lpmove
/systemv/lpoptions
/systemv/lpstat
-/templates/header.tmpl
-/templates/*/header.tmpl
/test/cups-str-*.html
/test/*_log-*
/tools/cups-oauth
ac_header_c_list=
ac_subst_vars='LTLIBOBJS
LIBOBJS
-UNINSTALL_LANGUAGES
-INSTALL_LANGUAGES
TIMEOUTSTARTSEC
EXIT_TIMEOUT
SYSTEMD_WANTED_BY
fi
-INSTALL_LANGUAGES=""
-UNINSTALL_LANGUAGES=""
-LANGFILES=""
-if test "x$LANGUAGES" != x
-then :
-
- INSTALL_LANGUAGES="install-languages"
- UNINSTALL_LANGUAGES="uninstall-languages"
- for lang in $LANGUAGES; do
- if test -f templates/$lang/header.tmpl.in
-then :
-
- LANGFILES="$LANGFILES templates/$lang/header.tmpl"
-
-fi
- done
-
-elif test "x$CUPS_BUNDLEDIR" != x
-then :
-
- INSTALL_LANGUAGES="install-langbundle"
- UNINSTALL_LANGUAGES="uninstall-langbundle"
-
-fi
-
-
-
-
-ac_config_files="$ac_config_files Makedefs conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf cups.pc desktop/cups.desktop scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/cups-lpdAT.service scheduler/cups.path scheduler/cups.service scheduler/cups.socket templates/header.tmpl packaging/cups.list $LANGFILES"
+ac_config_files="$ac_config_files Makedefs conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf cups.pc desktop/cups.desktop scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/cups-lpdAT.service scheduler/cups.path scheduler/cups.service scheduler/cups.socket packaging/cups.list"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
"scheduler/cups.path") CONFIG_FILES="$CONFIG_FILES scheduler/cups.path" ;;
"scheduler/cups.service") CONFIG_FILES="$CONFIG_FILES scheduler/cups.service" ;;
"scheduler/cups.socket") CONFIG_FILES="$CONFIG_FILES scheduler/cups.socket" ;;
- "templates/header.tmpl") CONFIG_FILES="$CONFIG_FILES templates/header.tmpl" ;;
"packaging/cups.list") CONFIG_FILES="$CONFIG_FILES packaging/cups.list" ;;
- "$LANGFILES") CONFIG_FILES="$CONFIG_FILES $LANGFILES" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
PKGCONFIG_LIBS_STATIC=""
])
-dnl See what languages are available and make sure we generate the localization
-dnl files as needed...
-INSTALL_LANGUAGES=""
-UNINSTALL_LANGUAGES=""
-LANGFILES=""
-AS_IF([test "x$LANGUAGES" != x], [
- INSTALL_LANGUAGES="install-languages"
- UNINSTALL_LANGUAGES="uninstall-languages"
- for lang in $LANGUAGES; do
- AS_IF([test -f templates/$lang/header.tmpl.in], [
- LANGFILES="$LANGFILES templates/$lang/header.tmpl"
- ])
- done
-], [test "x$CUPS_BUNDLEDIR" != x], [
- INSTALL_LANGUAGES="install-langbundle"
- UNINSTALL_LANGUAGES="uninstall-langbundle"
-])
-
-AC_SUBST([INSTALL_LANGUAGES])
-AC_SUBST([UNINSTALL_LANGUAGES])
-
dnl Provide autoconf with a list of files to generate and output them...
AC_CONFIG_FILES([
Makedefs
scheduler/cups.path
scheduler/cups.service
scheduler/cups.socket
- templates/header.tmpl
packaging/cups.list
- $LANGFILES
])
AC_OUTPUT
# Documentation makefile for CUPS.
#
# Copyright © 2020-2025 by OpenPrinting.
-# Copyright © 2007-2019 by Apple Inc.
-# Copyright © 1997-2007 by Easy Software Products.
#
# Licensed under Apache License v2.0. See the file "LICENSE" for more
-#s information.
+# information.
#
include ../Makedefs
apple-touch-icon.png \
cups.css \
cups-printable.css \
- index.html \
robots.txt
WEBIMAGES = \
images/cups.png \
# Install data files...
#
-install-data: $(INSTALL_LANGUAGES)
+install-data:
$(INSTALL_DIR) -m 755 $(DOCDIR)
for file in $(WEBPAGES); do \
$(INSTALL_MAN) $$file $(DOCDIR); \
$(INSTALL_MAN) $$file $(DOCDIR)/images; \
done
-install-languages:
- for lang in $(LANGUAGES); do \
- if test -d $$lang; then \
- $(INSTALL_DIR) -m 755 $(DOCDIR)/$$lang; \
- $(INSTALL_DATA) $$lang/index.html $(DOCDIR)/$$lang; \
- $(INSTALL_DATA) $$lang/cups.css $(DOCDIR)/$$lang >/dev/null 2>&1 || true; \
- fi; \
- done
-
-install-langbundle:
-
#
# Install programs...
# Uninstall all documentation files...
#
-uninstall: $(UNINSTALL_LANGUAGES)
+uninstall:
for file in $(WEBPAGES); do \
$(RM) $(DOCDIR)/$$file; \
done
-$(RMDIR) $(DOCDIR)/images
-$(RMDIR) $(DOCDIR)/help
-$(RMDIR) $(DOCDIR)
-
-uninstall-languages:
- -for lang in $(LANGUAGES); do \
- $(RM) $(DOCDIR)/$$lang/index.html; \
- $(RM) $(DOCDIR)/$$lang/cups.css; \
- $(RMDIR) $(DOCDIR)/$$lang; \
- done
-
-install-langbundle:
# Install data files...
#
-install-data: $(INSTALL_LANGUAGES)
+install-data:
$(INSTALL_DIR) -m 755 $(DATADIR)/templates
for file in $(FILES); do \
$(INSTALL_DATA) $$file $(DATADIR)/templates; \
done
-
-install-languages:
for lang in $(LANGUAGES); do \
if test -d $$lang; then \
$(INSTALL_DIR) -m 755 $(DATADIR)/templates/$$lang; \
fi \
done
-install-langbundle:
-
#
# Install programs...
# Uninstall files...
#
-uninstall: $(UNINSTALL_LANGUAGES)
+uninstall:
for file in $(FILES); do \
$(RM) $(DATADIR)/templates/$$file; \
done
- -$(RMDIR) $(DATADIR)/templates
-
-uninstall-languages:
for lang in $(LANGUAGES); do \
for file in $(FILES); do \
$(RM) $(DATADIR)/templates/$$lang/$$file; \
done \
$(RMDIR) $(DATADIR)/templates/$$lang; \
done
-
-uninstall-langbundle:
+ -$(RMDIR) $(DATADIR)/templates