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

Ralph Giles giles at xiph.org
Sat Jul 13 04:42:09 PDT 2002



giles       02/07/13 04:42:09

  Modified:    .        Makefile.am
  Log:
  add dist-hook automagical CVS directory purge from EXTRA_DIST subdirs

Revision  Changes    Path
1.7       +3 -0      ogg/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am	2001/12/22 04:30:03	1.6
+++ Makefile.am	2002/07/13 11:42:09	1.7
@@ -9,6 +9,9 @@
 
 EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 macosx
 
+dist-hook:
+	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