/docs/header.m4
http://github.com/skordal/cupcake · m4 · 18 lines · 13 code · 5 blank · 0 comment · 0 complexity · ab8963a76bad5e9793f97fe7cd9530ca MD5 · raw file
- dnl The Cupcake GUI Library Manual Pages
- dnl (c) Kristian Klomsten Skordal 2012 <kristian.skordal@gmail.com>
- dnl Report bugs and issues on <http://github.com/skordal/cupcake/issues>
- dnl Creates the NAME and USAGE sections for the specified package.
- dnl The arguments to this macro is as follows:
- dnl $1 => Package name, e.g. Cupcake.Windows
- dnl $2 => A single-line description of the package
- define(PACKAGE, `
- =head1 NAME
- $1 - $2
- =head1 USAGE
- with $1;
- ')