/docs/header.m4

http://github.com/skordal/cupcake · m4 · 18 lines · 13 code · 5 blank · 0 comment · 0 complexity · ab8963a76bad5e9793f97fe7cd9530ca MD5 · raw file

  1. dnl The Cupcake GUI Library Manual Pages
  2. dnl (c) Kristian Klomsten Skordal 2012 <kristian.skordal@gmail.com>
  3. dnl Report bugs and issues on <http://github.com/skordal/cupcake/issues>
  4. dnl Creates the NAME and USAGE sections for the specified package.
  5. dnl The arguments to this macro is as follows:
  6. dnl $1 => Package name, e.g. Cupcake.Windows
  7. dnl $2 => A single-line description of the package
  8. define(PACKAGE, `
  9. =head1 NAME
  10. $1 - $2
  11. =head1 USAGE
  12. with $1;
  13. ')