|
From: Lars H. <lhe...@us...> - 2006-07-12 16:44:54
|
> > This is a real bummer - by default, make dist includes *.dat, there are > > really too many to list individually. Can whoever added this (Ethan?) > > rename temp.dat so it doesn't have a .dat extension? tempdat.tmp maybe? > > > > Thanks. > > > Ethan solved the problem by adding temp.dat to CLEANFILES in > docs/Makefile.am.in This did not solve it because recreating Makefile.am from Makefile.am.in adds temp.dat to EXTRA_DIST, so temp.dat gets included with make dist. |