[pkg-lynx-commits] [lynx-cur] 01/02: Enable HTMLized configuration file documentation

Axel Beckert abe at deuxchevaux.org
Mon Oct 30 18:30:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository lynx-cur.

commit 52c76acce84acae6e85a75326d30ade2323af4b4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Oct 30 17:31:16 2017 +0100

    Enable HTMLized configuration file documentation
    
    Closes: #879991
    
    Remove tmp[0-9]* files in clean target.
---
 debian/changelog | 2 ++
 debian/clean     | 1 +
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 48b92fc..aa779fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ lynx (2.8.9dev16-2) UNRELEASED; urgency=low
     debian/watch): Currently just runs into timeouts (and would be
     unencrypted anyways).
   * Declare compliance with Debian Policy 4.1.1. (No changes needed.)
+  * Enable HTMLized configuration file documentation. (Closes: #879991)
+    + Remove tmp[0-9]* files in clean target.
 
  -- Denis Briand <debian at denis-briand.fr>  Fri, 11 Aug 2017 22:13:43 +0200
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..eb0770f
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+tmp[0-9]*
diff --git a/debian/rules b/debian/rules
index ff93d0f..2bbf794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ endif
 	--enable-exec-scripts --enable-persistent-cookies --enable-nls \
 	--enable-gzip-help --enable-prettysrc --enable-source-cache \
 	--enable-cjk --enable-default-colors --enable-nested-tables \
-	--enable-japanese-utf8 --enable-ipv6 \
+	--enable-japanese-utf8 --enable-ipv6 --enable-htmlized-cfg \
         --enable-forms-options --enable-justify-elts --enable-partial \
         --enable-read-eta --enable-scrollbar --enable-syslog \
 	--with-zlib --with-bzlib --without-included-gettext \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lynx/lynx-cur.git



More information about the pkg-lynx-commits mailing list