[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 03/03: L::Tutorial: Add SEE ALSO section for Pod::Man



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

jwilk pushed a commit to branch master
in repository lintian.

commit 1a24b8f91728cb7148abab1225d62abf3d216410
Author: Jakub Wilk <jwilk@debian.org>
Date:   Mon Apr 25 15:46:35 2016 +0200

    L::Tutorial: Add SEE ALSO section for Pod::Man
    
    Lintian::Tutorial consists mostly of L<foo|Bar::Baz> links, which
    Pod::Man converts to "foo", losing the most important part "Bar::Baz".
    
    As a work-around, add SEE ALSO section with references that would be
    lost otherwise. This section is visible only to the man formatter.
---
 debian/changelog                  |  1 +
 doc/tutorial/Lintian/Tutorial.pod | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e0467e4..19e60d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ lintian (2.5.45) UNRELEASED; urgency=medium
 
   * doc/tutorial/Lintian/Tutorial.pod:
     + [JW] Add link to the WritingTests tutorial.
+    + [JW] Add SEE ALSO section (for the man formatter).
   * doc/tutorial/Lintian/Tutorial/WritingTests.pod:
     + [JW] Fix formatting error.
 
diff --git a/doc/tutorial/Lintian/Tutorial.pod b/doc/tutorial/Lintian/Tutorial.pod
index 0a8a67d..3b088eb 100644
--- a/doc/tutorial/Lintian/Tutorial.pod
+++ b/doc/tutorial/Lintian/Tutorial.pod
@@ -25,5 +25,15 @@ To be written.
 
 =back
 
+=begin :man
+
+=head1 SEE ALSO
+
+L<Lintian::Tutorial::WritingChecks>,
+L<Lintian::Tutorial::TestSuite>,
+L<Lintian::Tutorial::WritingTests>
+
+=end :man
+
 =cut
 

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


Reply to: