Remove Apple ProjectBuilder build files from distribution:
authorRalph Giles <giles@xiph.org>
Sat, 13 Jul 2002 10:56:39 +0000 (10:56 +0000)
committerRalph Giles <giles@xiph.org>
Sat, 13 Jul 2002 10:56:39 +0000 (10:56 +0000)
- I have the 10.2 beta installed and can't update them in a backward compatible way.
- The commandline build should now work out of the box.

svn path=/trunk/vorbis/; revision=3616

Makefile.am

index 4f844d5..500a708 100644 (file)
@@ -7,12 +7,11 @@ SUBDIRS = lib include doc examples win32 debian vq
 m4datadir = $(datadir)/aclocal
 m4data_DATA = vorbis.m4
 
-EXTRA_DIST = HACKING todo.txt macosx mac \
+EXTRA_DIST = HACKING todo.txt mac \
        autogen.sh libvorbis.spec vorbis.m4
 
 dist-hook:
        rm -rf `find $(distdir)/mac -name CVS`
-       rm -rf `find $(distdir)/macosx -name CVS`
 
 debug:
        $(MAKE) all CFLAGS="@DEBUG@"