head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.06.12.36.38; author adam; state Exp; branches; next ; commitid rca0GKgAg2pZJAMG; desc @@ 1.1 log @dblatex: updated to 0.3.12 Release 0.3.12: All the fixes have been provided by Petter Reinholdtsen. Thank you, Petter. - Fix SF bug 118: fix 'nb' and 'nn' locales. - Fix SF bug 119: use locale quotes in glossary. - Fix SF bug 120: use locale quotes in bibliography. - Fix SF bug 123: add 'se' locale. - Fix SF bug 124: set default qandaset title markup in english. @ text @$NetBSD: patch-aa,v 1.2 2012/02/15 22:06:02 gls Exp $ Use Python absolute path directly in the script. --- setup.py.orig 2020-11-29 17:50:08.000000000 +0000 +++ setup.py @@@@ -109,7 +109,7 @@@@ os.environ["SGML_CATALOG_FILES"] = cat ENV_BIN = '/usr/bin/env' env_args = '' py_exec_bname = os.path.basename(sys.executable) - if self._use_py_path: + if True: env_exec = '' py_exec = sys.executable elif os.name == 'posix': @