[gentoo-x86] / app-portage / eclass-manpages / files / eclass-to-manpage.awk Project Root:

GentooDiff of /app-portage/eclass-manpages/files/eclass-to-manpage.awk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.11, Sat Sep 1 21:31:39 2007 UTC version 1.12, Tue Feb 19 05:14:08 2008 UTC
Line 122 
Line 122 
         # finally display it          # finally display it
         print ".SH \"NAME\""          print ".SH \"NAME\""
         print eclass " \\- " man_text(blurb)          print eclass " \\- " man_text(blurb)
           if (desc != "") {
         print ".SH \"DESCRIPTION\""          print ".SH \"DESCRIPTION\""
         print man_text(desc)          print man_text(desc)
           }
         if (example != "") {          if (example != "") {
                 print ".SH \"EXAMPLE\""                  print ".SH \"EXAMPLE\""
                 print man_text(example)                  print man_text(example)
Line 132 
Line 134 
         # sanity checks          # sanity checks
         if (blurb == "")          if (blurb == "")
                 fail(eclass ": no @BLURB found")                  fail(eclass ": no @BLURB found")
         if (desc == "")  
                 fail(eclass ": no @DESCRIPTION found")  
         if (eclass_maintainer == "")          if (eclass_maintainer == "")
                 warn(eclass ": no @MAINTAINER found")                  warn(eclass ": no @MAINTAINER found")
   

Generate output suitable for use with a patch program
Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help