--- libgig/trunk/Makefile.am 2004/05/02 17:45:43 57 +++ libgig/trunk/Makefile.am 2004/05/03 14:16:59 58 @@ -6,3 +6,8 @@ # to prevent compile errors on some systems AM_CXXFLAGS = -pedantic + +# all man files that should be installed +man1_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1 +# include man files into distribution (because they're not by default) +dist_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1