Enlightenment CVS committal
Author : technikolor
Project : misc
Module : enotes
Dir : misc/enotes
Modified Files:
Makefile.am
Log Message:
I got alittle kill happying the dist dept..... make dist should work now, and be
portable.
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 10 Feb 2003 08:17:50 -0000 1.1
+++ Makefile.am 10 Feb 2003 08:34:49 -0000 1.2
@@ -12,16 +12,16 @@
if test -d $(srcdir)/data; then \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
for d in $(srcdir)/data/*; do \
- cp -afr $$d $(DESTDIR)$(pkgdatadir); \
+ cp -fr $$d $(DESTDIR)$(pkgdatadir); \
done \
fi
dist-hook:
if test -d data; then \
- mkdir $(distdir); \
+ mkdir $(distdir)/data; \
for d in data/*; do \
- cp -ar $$d $(distdir); \
+ cp -r $$d $(distdir)/data; \
done \
fi
-EXTRA_DIST = README AUTHORS COPYING
+EXTRA_DIST = README AUTHORS COPYING autogen.sh
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs