Index: automake-pkg-description.in
===================================================================
--- automake-pkg-description.in (nonexistent)
+++ automake-pkg-description.in (revision 5)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+automake: automake @VERSION@ (a Makefile generator)
+automake:
+automake: This is Automake, a Makefile generator. It was inspired by the 4.4
+automake: BSD make and include files, but aims to be portable and to conform
+automake: to the GNU standards for Makefile variables and targets. Automake is
+automake: a Perl script. The input files are called Makefile.am. The output
+automake: files are called Makefile.in; they are intended for use with
+automake: Autoconf. Automake requires certain things to be done in your
+automake: configure.in. You must install the "m4" and "perl" packages to be
+automake: able to use automake.
+automake: