summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am19
-rw-r--r--build-aux/ChangeLog-2011 (renamed from scripts/ChangeLog-2011)0
-rwxr-xr-xbuild-aux/build-all.sh (renamed from scripts/build-all.sh)0
-rwxr-xr-xbuild-aux/compile (renamed from scripts/compile)0
-rwxr-xr-xbuild-aux/config.guess (renamed from scripts/config.guess)0
-rwxr-xr-xbuild-aux/config.rpath (renamed from scripts/config.rpath)0
-rwxr-xr-xbuild-aux/config.sub (renamed from scripts/config.sub)0
-rwxr-xr-xbuild-aux/depcomp (renamed from scripts/depcomp)0
-rwxr-xr-xbuild-aux/git-hooks/commit-msg (renamed from scripts/git-hooks/commit-msg)0
-rw-r--r--build-aux/git-log-fix (renamed from scripts/git-log-fix)0
-rw-r--r--build-aux/git-log-footer (renamed from scripts/git-log-footer)0
-rwxr-xr-xbuild-aux/gitlog-to-changelog (renamed from scripts/gitlog-to-changelog)0
-rwxr-xr-xbuild-aux/install-sh (renamed from scripts/install-sh)0
-rwxr-xr-xbuild-aux/mail-to-translators (renamed from scripts/mail-to-translators)9
-rwxr-xr-xbuild-aux/mdate-sh (renamed from scripts/mdate-sh)0
-rwxr-xr-xbuild-aux/missing (renamed from scripts/missing)0
-rwxr-xr-xbuild-aux/mkinstalldirs (renamed from scripts/mkinstalldirs)0
-rwxr-xr-xbuild-aux/potomo (renamed from scripts/potomo)0
-rw-r--r--build-aux/speedo.mk (renamed from scripts/speedo.mk)0
-rw-r--r--build-aux/texinfo.tex (renamed from scripts/texinfo.tex)116
-rw-r--r--configure.ac2
21 files changed, 73 insertions, 73 deletions
diff --git a/Makefile.am b/Makefile.am
index 08b5d3205..7cf6d38a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,11 +23,12 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto --enable-gpgtar
GITLOG_TO_CHANGELOG=gitlog-to-changelog
-EXTRA_DIST = scripts/config.rpath scripts/potomo autogen.sh README.GIT \
- ChangeLog-2011 po/ChangeLog-2011 scripts/ChangeLog-2011 \
- scripts/gitlog-to-changelog \
- scripts/git-log-fix scripts/git-log-footer \
- scripts/speedo.mk
+EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh
+ ChangeLog-2011 po/ChangeLog-2011 build-aux/ChangeLog-2011 \
+ build-aux/gitlog-to-changelog \
+ build-aux/git-log-fix build-aux/git-log-footer \
+ build-aux/speedo.mk README.GIT
+
DISTCLEANFILES = g10defs.h
if BUILD_GPGSM
@@ -101,12 +102,12 @@ dist-hook: gen-ChangeLog
if HAVE_W32_SYSTEM
install-data-hook:
set -e; \
- for i in $$($(top_srcdir)/scripts/potomo \
+ for i in $$($(top_srcdir)/build-aux/potomo \
--get-linguas $(top_srcdir)/po) ; do \
$(MKDIR_P) "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES" || true; \
rm -f "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES/gnupg2.mo" \
2>/dev/null || true; \
- $(top_srcdir)/scripts/potomo $(top_srcdir)/po/$$i.po \
+ $(top_srcdir)/build-aux/potomo $(top_srcdir)/po/$$i.po \
"$(DESTDIR)$(localedir)/$$i/LC_MESSAGES/gnupg2.mo" ; \
done
endif
@@ -118,9 +119,9 @@ gen-ChangeLog:
if test -d $(top_srcdir)/.git; then \
(cd $(top_srcdir) && \
$(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
- --amend=scripts/git-log-fix \
+ --amend=build-aux/git-log-fix \
--since=$(gen_start_date) ) > $(distdir)/cl-t; \
- cat $(top_srcdir)/scripts/git-log-footer >> $(distdir)/cl-t; \
+ cat $(top_srcdir)/build-aux/git-log-footer >> $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
fi
diff --git a/scripts/ChangeLog-2011 b/build-aux/ChangeLog-2011
index 9a3eed3b0..9a3eed3b0 100644
--- a/scripts/ChangeLog-2011
+++ b/build-aux/ChangeLog-2011
diff --git a/scripts/build-all.sh b/build-aux/build-all.sh
index 23af6203d..23af6203d 100755
--- a/scripts/build-all.sh
+++ b/build-aux/build-all.sh
diff --git a/scripts/compile b/build-aux/compile
index c98532435..c98532435 100755
--- a/scripts/compile
+++ b/build-aux/compile
diff --git a/scripts/config.guess b/build-aux/config.guess
index b02565c7b..b02565c7b 100755
--- a/scripts/config.guess
+++ b/build-aux/config.guess
diff --git a/scripts/config.rpath b/build-aux/config.rpath
index c547c6882..c547c6882 100755
--- a/scripts/config.rpath
+++ b/build-aux/config.rpath
diff --git a/scripts/config.sub b/build-aux/config.sub
index f9fcdc879..f9fcdc879 100755
--- a/scripts/config.sub
+++ b/build-aux/config.sub
diff --git a/scripts/depcomp b/build-aux/depcomp
index e1c6e3492..e1c6e3492 100755
--- a/scripts/depcomp
+++ b/build-aux/depcomp
diff --git a/scripts/git-hooks/commit-msg b/build-aux/git-hooks/commit-msg
index 5a697c7a6..5a697c7a6 100755
--- a/scripts/git-hooks/commit-msg
+++ b/build-aux/git-hooks/commit-msg
diff --git a/scripts/git-log-fix b/build-aux/git-log-fix
index af702fe6f..af702fe6f 100644
--- a/scripts/git-log-fix
+++ b/build-aux/git-log-fix
diff --git a/scripts/git-log-footer b/build-aux/git-log-footer
index c31fe936a..c31fe936a 100644
--- a/scripts/git-log-footer
+++ b/build-aux/git-log-footer
diff --git a/scripts/gitlog-to-changelog b/build-aux/gitlog-to-changelog
index 5cf071f67..5cf071f67 100755
--- a/scripts/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
diff --git a/scripts/install-sh b/build-aux/install-sh
index 4fbbae7b7..4fbbae7b7 100755
--- a/scripts/install-sh
+++ b/build-aux/install-sh
diff --git a/scripts/mail-to-translators b/build-aux/mail-to-translators
index c01e89e59..6937b59c2 100755
--- a/scripts/mail-to-translators
+++ b/build-aux/mail-to-translators
@@ -13,12 +13,12 @@ for file in *.po; do
if [ -z "$addr" ]; then
addr=$(awk '/Last-Translator:/ { printf "%s", $0; exit 0}' $file | sed 's/.*\(<.*>\).*/\1/')
fi
- ll=$(basename $file .po)
+ ll=$(basename $file .po)
if ! msgfmt -vc $file 2>&1| egrep -q 'fuzzy|untranslated|error'; then
echo "$file: okay" >&2
continue;
- fi
+ fi
if ! echo "$addr" | grep -q @ ; then
echo "$file: no translator known" >&2
@@ -40,7 +40,7 @@ Content-Type: multipart/mixed; boundary="=-=-="
Hi!
We are preparing for a new 2.0 release of GnuPG and like you to ask to
-update your translation.
+update your translation.
Please find attached the very latest version of the PO file for your
GnuPG translation ($file).
@@ -76,7 +76,7 @@ Content-Transfer-Encoding: base64
EOF
-bzip2 <$file | mimencode
+bzip2 <$file | mimencode
echo ""
echo "--=-=-=--"
@@ -84,4 +84,3 @@ echo ""
) | $SENDMAIL -oi "$addr"
done
-
diff --git a/scripts/mdate-sh b/build-aux/mdate-sh
index 9a6d216e3..9a6d216e3 100755
--- a/scripts/mdate-sh
+++ b/build-aux/mdate-sh
diff --git a/scripts/missing b/build-aux/missing
index cff574bed..cff574bed 100755
--- a/scripts/missing
+++ b/build-aux/missing
diff --git a/scripts/mkinstalldirs b/build-aux/mkinstalldirs
index ef7e16fda..ef7e16fda 100755
--- a/scripts/mkinstalldirs
+++ b/build-aux/mkinstalldirs
diff --git a/scripts/potomo b/build-aux/potomo
index b4c0a6b5c..b4c0a6b5c 100755
--- a/scripts/potomo
+++ b/build-aux/potomo
diff --git a/scripts/speedo.mk b/build-aux/speedo.mk
index 414800235..414800235 100644
--- a/scripts/speedo.mk
+++ b/build-aux/speedo.mk
diff --git a/scripts/texinfo.tex b/build-aux/texinfo.tex
index 5063065f2..a18189828 100644
--- a/scripts/texinfo.tex
+++ b/build-aux/texinfo.tex
@@ -20,7 +20,7 @@
% General Public License for more details.
%
% You should have received a copy of the GNU General Public License
-% along with this texinfo.tex file; see the file COPYING. If not,
+% along with this texinfo.tex file; see the file COPYING. If not,
% see <http://www.gnu.org/licenses/>.
%
% As a special exception, when this file is read by TeX when processing
@@ -309,7 +309,7 @@
% We don't want .vr (or whatever) entries like this:
% \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
% "\acronym" won't work when it's read back in;
- % it needs to be
+ % it needs to be
% {\code {{\tt \backslashcurfont }acronym}
\shipout\vbox{%
% Do this early so pdf references go to the beginning of the page.
@@ -660,7 +660,7 @@
\def\?{?\spacefactor=\endofsentencespacefactor\space}
% @frenchspacing on|off says whether to put extra space after punctuation.
-%
+%
\def\onword{on}
\def\offword{off}
%
@@ -1215,7 +1215,7 @@ where each line of input produces a line of output.}
% that's what we do).
% double active backslashes.
-%
+%
{\catcode`\@=0 \catcode`\\=\active
@gdef@activebackslashdouble{%
@catcode`@\=@active
@@ -1227,11 +1227,11 @@ where each line of input produces a line of output.}
% us) handles it with this amazing macro to replace tokens, with minor
% changes for Texinfo. It is included here under the GPL by permission
% from the author, Heiko Oberdiek.
-%
+%
% #1 is the tokens to replace.
% #2 is the replacement.
% #3 is the control sequence with the string.
-%
+%
\def\HyPsdSubst#1#2#3{%
\def\HyPsdReplace##1#1##2\END{%
##1%
@@ -1459,7 +1459,7 @@ output) for that.)}
% tried to figure out what each command should do in the context
% of @url. for now, just make @/ a no-op, that's the only one
% people have actually reported a problem with.
- %
+ %
\normalturnoffactive
\def\@{@}%
\let\/=\empty
@@ -1851,7 +1851,7 @@ end
% Definitions for a main text size of 11pt. This is the default in
% Texinfo.
-%
+%
\def\definetextfontsizexi{%
% Text fonts (11.2pt, magstep1).
\def\textnominalsize{11pt}
@@ -1976,7 +1976,7 @@ end
% section, chapter, etc., sizes following suit. This is for the GNU
% Press printing of the Emacs 22 manual. Maybe other manuals in the
% future. Used with @smallbook, which sets the leading to 12pt.
-%
+%
\def\definetextfontsizex{%
% Text fonts (10pt).
\def\textnominalsize{10pt}
@@ -2062,7 +2062,7 @@ end
\setfont\secsf\sfbshape{12}{1000}{OT1}
\let\secbf\secrm
\setfont\secsc\scbshape{10}{\magstep1}{OT1}
-\font\seci=cmmi12
+\font\seci=cmmi12
\font\secsy=cmsy10 scaled \magstep1
% Subsection fonts (10pt).
@@ -2103,7 +2103,7 @@ end
% We provide the user-level command
% @fonttextsize 10
% (or 11) to redefine the text font size. pt is assumed.
-%
+%
\def\xword{10}
\def\xiword{11}
%
@@ -2113,7 +2113,7 @@ end
%
% Set \globaldefs so that documents can use this inside @tex, since
% makeinfo 4.8 does not support it, but we need it nonetheless.
- %
+ %
\begingroup \globaldefs=1
\ifx\textsizearg\xword \definetextfontsizex
\else \ifx\textsizearg\xiword \definetextfontsizexi
@@ -2399,7 +2399,7 @@ end
% each of the four underscores in __typeof__. This is undesirable in
% some manuals, especially if they don't have long identifiers in
% general. @allowcodebreaks provides a way to control this.
-%
+%
\newif\ifallowcodebreaks \allowcodebreakstrue
\def\keywordtrue{true}
@@ -2530,7 +2530,7 @@ end
% @acronym for "FBI", "NATO", and the like.
% We print this one point size smaller, since it's intended for
% all-uppercase.
-%
+%
\def\acronym#1{\doacronym #1,,\finish}
\def\doacronym#1,#2,#3\finish{%
{\selectfonts\lsize #1}%
@@ -2542,7 +2542,7 @@ end
% @abbr for "Comput. J." and the like.
% No font change, but don't do end-of-sentence spacing.
-%
+%
\def\abbr#1{\doabbr #1,,\finish}
\def\doabbr#1,#2,#3\finish{%
{\plainfrenchspacing #1}%
@@ -2561,43 +2561,43 @@ end
% Theiling, which support regular, slanted, bold and bold slanted (and
% "outlined" (blackboard board, sort of) versions, which we don't need).
% It is available from http://www.ctan.org/tex-archive/fonts/eurosym.
-%
+%
% Although only regular is the truly official Euro symbol, we ignore
% that. The Euro is designed to be slightly taller than the regular
% font height.
-%
+%
% feymr - regular
% feymo - slanted
% feybr - bold
% feybo - bold slanted
-%
+%
% There is no good (free) typewriter version, to my knowledge.
% A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
% Hmm.
-%
+%
% Also doesn't work in math. Do we need to do math with euro symbols?
% Hope not.
-%
-%
+%
+%
\def\euro{{\eurofont e}}
\def\eurofont{%
% We set the font at each command, rather than predefining it in
% \textfonts and the other font-switching commands, so that
% installations which never need the symbol don't have to have the
% font installed.
- %
+ %
% There is only one designed size (nominal 10pt), so we always scale
% that to the current nominal size.
- %
+ %
% By the way, simply using "at 1em" works for cmr10 and the like, but
% does not work for cmbx10 and other extended/shrunken fonts.
- %
+ %
\def\eurosize{\csname\curfontsize nominalsize\endcsname}%
%
- \ifx\curfontstyle\bfstylename
+ \ifx\curfontstyle\bfstylename
% bold:
\font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize
- \else
+ \else
% regular:
\font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize
\fi
@@ -2621,7 +2621,7 @@ end
% Laurent Siebenmann reports \Orb undefined with:
% Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38
% so we'll define it if necessary.
-%
+%
\ifx\Orb\undefined
\def\Orb{\mathhexbox20D}
\fi
@@ -2937,7 +2937,7 @@ end
% cause the example and the item to crash together. So we use this
% bizarre value of 10001 as a signal to \aboveenvbreak to insert
% \parskip glue after all. Section titles are handled this way also.
- %
+ %
\penalty 10001
\endgroup
\itemxneedsnegativevskipfalse
@@ -3733,7 +3733,7 @@ end
% processing continues to some further point. On the other hand, it
% seems \endinput does not hurt in the printed index arg, since that
% is still getting written without apparent harm.
- %
+ %
% Sample source (mac-idx3.tex, reported by Graham Percival to
% help-texinfo, 22may06):
% @macro funindex {WORD}
@@ -3741,12 +3741,12 @@ end
% @end macro
% ...
% @funindex commtest
- %
+ %
% The above is not enough to reproduce the bug, but it gives the flavor.
- %
+ %
% Sample whatsit resulting:
% .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}}
- %
+ %
% So:
\let\endinput = \empty
%
@@ -3982,11 +3982,11 @@ end
% makeinfo does not expand macros in the argument to @deffn, which ends up
% writing an index entry, and texindex isn't prepared for an index sort entry
% that starts with \.
- %
+ %
% Since macro invocations are followed by braces, we can just redefine them
% to take a single TeX argument. The case of a macro invocation that
% goes to end-of-line is not handled.
- %
+ %
\macrolist
}
@@ -4114,7 +4114,7 @@ end
% to re-insert the same penalty (values >10000 are used for various
% signals); since we just inserted a non-discardable item, any
% following glue (such as a \parskip) would be a breakpoint. For example:
- %
+ %
% @deffn deffn-whatever
% @vindex index-whatever
% Description.
@@ -5096,11 +5096,11 @@ end
% glue accumulate. (Not a breakpoint because it's preceded by a
% discardable item.)
\vskip-\parskip
- %
+ %
% This is purely so the last item on the list is a known \penalty >
% 10000. This is so \startdefun can avoid allowing breakpoints after
% section headings. Otherwise, it would insert a valid breakpoint between:
- %
+ %
% @section sec-whatever
% @deffn def-whatever
\penalty 10001
@@ -5158,7 +5158,7 @@ end
% These characters do not print properly in the Computer Modern roman
% fonts, so we must take special care. This is more or less redundant
% with the Texinfo input format setup at the end of this file.
-%
+%
\def\activecatcodes{%
\catcode`\"=\active
\catcode`\$=\active
@@ -5759,8 +5759,8 @@ end
% from cmtt (char 0x0d). The undirected quote is ugly, so don't make it
% the default, but it works for pasting with more pdf viewers (at least
% evince), the lilypond developers report. xpdf does work with the
-% regular 0x27.
-%
+% regular 0x27.
+%
\def\codequoteright{%
\expandafter\ifx\csname SETcodequoteundirected\endcsname\relax
'%
@@ -5772,7 +5772,7 @@ end
% and a similar option for the left quote char vs. a grave accent.
% Modern fonts display ASCII 0x60 as a grave accent, so some people like
% the code environments to do likewise.
-%
+%
\def\codequoteleft{%
\expandafter\ifx\csname SETcodequotebacktick\endcsname\relax
`%
@@ -6301,7 +6301,7 @@ end
% This does \let #1 = #2, with \csnames; that is,
% \let \csname#1\endcsname = \csname#2\endcsname
% (except of course we have to play expansion games).
-%
+%
\def\cslet#1#2{%
\expandafter\let
\csname#1\expandafter\endcsname
@@ -7483,7 +7483,7 @@ should work if nowhere else does.}
\setnonasciicharscatcode\active
\lattwochardefs
%
- \else \ifx \declaredencoding \latone
+ \else \ifx \declaredencoding \latone
\setnonasciicharscatcode\active
\latonechardefs
%
@@ -7495,7 +7495,7 @@ should work if nowhere else does.}
\setnonasciicharscatcode\active
\utfeightchardefs
%
- \else
+ \else
\message{Unknown document encoding #1, ignoring.}%
%
\fi % utfeight
@@ -7507,7 +7507,7 @@ should work if nowhere else does.}
% A message to be logged when using a character that isn't available
% the default font encoding (OT1).
-%
+%
\def\missingcharmsg#1{\message{Character missing in OT1 encoding: #1.}}
% Take account of \c (plain) vs. \, (Texinfo) difference.
@@ -7520,21 +7520,21 @@ should work if nowhere else does.}
%
% Latin1 (ISO-8859-1) character definitions.
\def\latonechardefs{%
- \gdef^^a0{~}
+ \gdef^^a0{~}
\gdef^^a1{\exclamdown}
- \gdef^^a2{\missingcharmsg{CENT SIGN}}
+ \gdef^^a2{\missingcharmsg{CENT SIGN}}
\gdef^^a3{{\pounds}}
\gdef^^a4{\missingcharmsg{CURRENCY SIGN}}
\gdef^^a5{\missingcharmsg{YEN SIGN}}
- \gdef^^a6{\missingcharmsg{BROKEN BAR}}
+ \gdef^^a6{\missingcharmsg{BROKEN BAR}}
\gdef^^a7{\S}
- \gdef^^a8{\"{}}
- \gdef^^a9{\copyright}
+ \gdef^^a8{\"{}}
+ \gdef^^a9{\copyright}
\gdef^^aa{\ordf}
- \gdef^^ab{\missingcharmsg{LEFT-POINTING DOUBLE ANGLE QUOTATION MARK}}
+ \gdef^^ab{\missingcharmsg{LEFT-POINTING DOUBLE ANGLE QUOTATION MARK}}
\gdef^^ac{$\lnot$}
- \gdef^^ad{\-}
- \gdef^^ae{\registeredsymbol}
+ \gdef^^ad{\-}
+ \gdef^^ae{\registeredsymbol}
\gdef^^af{\={}}
%
\gdef^^b0{\textdegree}
@@ -7561,7 +7561,7 @@ should work if nowhere else does.}
\gdef^^c2{\^A}
\gdef^^c3{\~A}
\gdef^^c4{\"A}
- \gdef^^c5{\ringaccent A}
+ \gdef^^c5{\ringaccent A}
\gdef^^c6{\AE}
\gdef^^c7{\cedilla C}
\gdef^^c8{\`E}
@@ -7702,7 +7702,7 @@ should work if nowhere else does.}
\gdef^^d6{\"O}
\gdef^^d7{$\times$}
\gdef^^d8{\v R}
- \gdef^^d9{\ringaccent U}
+ \gdef^^d9{\ringaccent U}
\gdef^^da{\'U}
\gdef^^db{\H U}
\gdef^^dc{\"U}
@@ -7746,11 +7746,11 @@ should work if nowhere else does.}
}
% UTF-8 character definitions.
-%
+%
% This code to support UTF-8 is based on LaTeX's utf8.def, with some
% changes for Texinfo conventions. It is included here under the GPL by
% permission from Frank Mittelbach and the LaTeX team.
-%
+%
\newcount\countUTFx
\newcount\countUTFy
\newcount\countUTFz
@@ -8576,7 +8576,7 @@ should work if nowhere else does.}
% Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
% the literal character `\'.
-%
+%
@def@normalturnoffactive{%
@let\=@normalbackslash
@let"=@normaldoublequote
diff --git a/configure.ac b/configure.ac
index 8bca72820..45481cced 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ PACKAGE=$PACKAGE_NAME
PACKAGE_GT=${PACKAGE_NAME}2
VERSION=$PACKAGE_VERSION
-AC_CONFIG_AUX_DIR([scripts])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([sm/gpgsm.c])
AC_CONFIG_HEADER([config.h])
# Note: For automake 1.13 add the option