diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,8 @@ * add depcomp to top-level Makefile.am's MAINTAINERCLEANFILES + * add fdl.texi to doc/Makefile.am's EXTRA_DIST + 2006-11-18 Shawn Betts <sabetts@vcn.bc.ca> * src/split.c (show_frame_message): handle the case when the frame diff --git a/doc/Makefile.am b/doc/Makefile.am index 4edf929..e653893 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,5 +19,5 @@ info_TEXINFOS = ratpoison.texi man_MANS = ratpoison.1 -EXTRA_DIST = $(man_MANS) sample.ratpoisonrc ipaq.ratpoisonrc +EXTRA_DIST = $(man_MANS) sample.ratpoisonrc ipaq.ratpoisonrc fdl.texi MAINTAINERCLEANFILES = Makefile.in texinfo.tex |