From a4bac0230f44e4c60a34cbc4232cd85cb0883878 Mon Sep 17 00:00:00 2001 From: moritz Date: Sat, 24 Feb 2007 21:19:20 +0000 Subject: [PATCH] Hook up doc/ with the build, depend on automake 1.9 and remove dist-zip for now. The latter will come back after testing on Windows has been done. git-svn-id: https://svn.xiph.org/trunk/ezstream@12533 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9e1c407..40c87c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,13 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.6 foreign dist-zip +AUTOMAKE_OPTIONS = 1.9 foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src win32 conf +SUBDIRS = conf doc src win32 + +dist_doc_DATA = COPYING README + +CLEANFILES = core *.core *~ .*~ debug: $(MAKE) all CFLAGS="@DEBUG@"