X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=79746abbd1b4edf4ab5c3ec53ddd75b2ac3484c1;hp=9d548b3811058b239644823eef4e5fbc36add8bb;hb=9fca5fd33b87291cdcb326c7aab6ab9574244289;hpb=06dc4fe836de4957b5d6e7e3a7ce5de85c11db8f diff --git a/Makefile.in b/Makefile.in index 9d548b3..79746ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,6 +29,9 @@ libdir = @libdir@ # location of mmh configuration and formats files etcdir = @sysconfdir@ +# location of ... +datarootdir = @datarootdir@ + # location of man pages mandir = @mandir@ @@ -61,8 +64,8 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -DIST = ChangeLog COPYRIGHT DATE INSTALL MACHINES README VERSION \ - ChangeLog install-sh Makefile.in aclocal.m4 \ +DIST = COPYRIGHT DATE INSTALL README VERSION \ + autogen.sh install-sh Makefile.in aclocal.m4 \ acconfig.h config.h.in configure.ac configure stamp-h.in \ config.sub config.guess @@ -99,6 +102,7 @@ superclean: superclean-recursive superclean-local mostlyclean-local: rm -f *~ + rm -rf autom4te.cache clean-local: mostlyclean-local