# HG changeset patch # User meillo@marmaro.de # Date 1275169722 -7200 # Node ID 610cd4e09b9195acadf136b52eaceabe14458c66 # Parent bdef5f279fde86959c64cee4234ad53444509b36 better EXTRA_DIST value diff -r bdef5f279fde -r 610cd4e09b91 Makefile.am --- a/Makefile.am Sat May 29 23:43:32 2010 +0200 +++ b/Makefile.am Sat May 29 23:48:42 2010 +0200 @@ -1,4 +1,4 @@ -EXTRA_DIST = examples/* docs/* man/* tpl/* +EXTRA_DIST = examples docs man tpl tests misc SUBDIRS = src man diff -r bdef5f279fde -r 610cd4e09b91 Makefile.in --- a/Makefile.in Sat May 29 23:43:32 2010 +0200 +++ b/Makefile.in Sat May 29 23:48:42 2010 +0200 @@ -204,7 +204,7 @@ with_logdir = @with_logdir@ with_spooldir = @with_spooldir@ with_user = @with_user@ -EXTRA_DIST = examples/* docs/* man/* tpl/* +EXTRA_DIST = examples docs man tpl tests misc SUBDIRS = src man all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive