From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C65B61391DB for ; Thu, 20 Mar 2014 14:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FB9E0AE5; Thu, 20 Mar 2014 14:15:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9F89E0AE5 for ; Thu, 20 Mar 2014 14:15:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB0C533F649 for ; Thu, 20 Mar 2014 14:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A6C65188EC for ; Thu, 20 Mar 2014 14:15:54 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1395324304.47757f3629f1be70a6c569f88bda03c19b1d7bd6.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog Makefile.am X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 47757f3629f1be70a6c569f88bda03c19b1d7bd6 X-VCS-Branch: master Date: Thu, 20 Mar 2014 14:15:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88e180e9-cdb7-4750-ab16-ff2bc235afdf X-Archives-Hash: bb56d3e51c2fae38dddbb8424efe82b8 commit: 47757f3629f1be70a6c569f88bda03c19b1d7bd6 Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 20 14:05:04 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 20 14:05:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=47757f36 Strip comments from generated html documentation. * Makefile.am (%.html): Strip comments from html output, in order to suppress wrong mode information in Emacs local variables. --- ChangeLog | 5 +++++ Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0566eeb..9ae8fe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-03-20 Ulrich Müller + + * Makefile.am (%.html): Strip comments from html output, in order + to suppress wrong mode information in Emacs local variables. + 2014-03-14 Ulrich Müller * libs/output.bash.in (write_kv_list_entry): Don't output spurious diff --git a/Makefile.am b/Makefile.am index ead15e5..8416512 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ html: $(foreach f, $(doc_files), $(f).html) cd doc && $(MAKE) html %.html: % - @RST2HTML@ < $? > $@ + @RST2HTML@ --strip-comments < $? > $@ maintainer-clean-local: -rm -rf config