From 5029dfb4abd63bd4d7a983ec2db0be972a47e0db Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 2 Feb 2010 12:16:59 -0500 Subject: - update the .spec file - make sure the .spec file is in the tarball - make sure the man page is in the tarball --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 9b9997d..5e0dab3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = pomatic.1 + bin_PROGRAMS = pomatic man_MANS = pomatic.1 pomatic_LDADD = $(LEXLIB) -- cgit