[website] 01/06: Drop blockquotes aroudn programlistings.

Bas Couwenberg sebastic at xs4all.nl
Sun Feb 16 00:14:38 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository website.

commit ffee219ef3df66a7c3c8f28f0a3a062f45fd017e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 15 23:18:27 2014 +0100

    Drop blockquotes aroudn programlistings.
---
 policy.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/policy.xml b/policy.xml
index e4e0bc7..d7981eb 100644
--- a/policy.xml
+++ b/policy.xml
@@ -2023,24 +2023,20 @@ QUILT_PATCHES="debian/patches"
             Add in the very first part of <filename>debian/rules</filename>
             (i.e. before the targets), the line:
           </para>
-          <blockquote>
 <programlisting>
 include <filename class="headerfile">/usr/share/quilt/quilt.make</filename>
 </programlisting>
-          </blockquote>
           <para>
             Please use this to import patch and unpatch rules instead of
             writing them, and remember to add the needed dependencies to
             its targets:
           </para>
-          <blockquote>
 <programlisting>
 ...
 build:patch build-stamp
 build-stamp: configure
 ...
 </programlisting>
-          </blockquote>
           <para>
             This kind of dependency will ensure that if you also patch the
             build system, you get a working patched build process.
@@ -2049,19 +2045,17 @@ build-stamp: configure
             <para>
               Don't also put configure as a dependency of build (leave it in
               build-stamp): that may cause problems during parallel buildings
-              (i.e. the -j flag of make).
+              (i.e. the <option>-j</option> option of make).
             </para>
           </caution>
           <para>
             Now add a dependency to the clean target:
           </para>
-          <blockquote>
 <programlisting>
 ...
 clean: unpatch
 ...
 </programlisting>
-          </blockquote>
           <para>
             If you've also patched the build system, using upstream's clean
             target might fail. This is what you should do:

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



More information about the Pkg-grass-devel mailing list