diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-08-28 22:31:55 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-08-28 22:31:55 -0600 |
commit | 9e9955aecf65dfbf80bb32c70feec4acadff2a66 (patch) | |
tree | 6ba472446445f48faeaeef730e8ff02e1371bbd9 /web | |
parent | 93ff1074e538a1d60a04d79a3628d598d301e02e (diff) | |
download | alpine-9e9955aecf65dfbf80bb32c70feec4acadff2a66.tar.xz |
* Tune for help formatting in pine.hlp
* Pico: Justification works without need to define a quote string, it
allows justification of blocks indented with spaces.
Diffstat (limited to 'web')
-rw-r--r-- | web/src/Makefile.in | 1 | ||||
-rw-r--r-- | web/src/alpined.d/Makefile.in | 1 | ||||
-rw-r--r-- | web/src/pubcookie/Makefile.in | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/web/src/Makefile.in b/web/src/Makefile.in index fe434471..7196de06 100644 --- a/web/src/Makefile.in +++ b/web/src/Makefile.in @@ -121,6 +121,7 @@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ diff --git a/web/src/alpined.d/Makefile.in b/web/src/alpined.d/Makefile.in index 4625101d..cf328f5b 100644 --- a/web/src/alpined.d/Makefile.in +++ b/web/src/alpined.d/Makefile.in @@ -192,6 +192,7 @@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ diff --git a/web/src/pubcookie/Makefile.in b/web/src/pubcookie/Makefile.in index 4cc2524b..1ffdff29 100644 --- a/web/src/pubcookie/Makefile.in +++ b/web/src/pubcookie/Makefile.in @@ -167,6 +167,7 @@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ |