[xiph-cvs] cvs commit: vorbis Makefile.am

Michael Smith msmith at xiph.org
Wed Jul 3 07:33:22 PDT 2002



msmith      02/07/03 07:33:22

  Modified:    .        Makefile.am
  Log:
  Add in mac and macosx subdirs correctly (so make dist works)

Revision  Changes    Path
1.11      +5 -1      vorbis/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.am	2001/12/22 04:31:33	1.10
+++ Makefile.am	2002/07/03 14:33:21	1.11
@@ -7,8 +7,12 @@
 m4datadir = $(datadir)/aclocal
 m4data_DATA = vorbis.m4
 
-EXTRA_DIST = HACKING todo.txt macosx \
+EXTRA_DIST = HACKING todo.txt macosx 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@"

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list