Enlightenment CVS committal

Author  : technikolor
Project : misc
Module  : enotes

Dir     : misc/enotes


Modified Files:
        Makefile.am 


Log Message:
Final..... I've added the uninstall target for data, but commented it out.
I can't live with it not being there, but probly best not to use it.



===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 10 Feb 2003 08:37:52 -0000      1.3
+++ Makefile.am 10 Feb 2003 08:55:11 -0000      1.4
@@ -7,6 +7,7 @@
                       ltconfig ltmain.sh missing mkinstalldirs \
                       stamp-h.in
 
+#### Install DATA 
 install-data-local:
        @$(NORMAL_INSTALL)
        if test -d $(srcdir)/data; then \
@@ -16,6 +17,14 @@
          done \
        fi
 
+#### Uninstall DATA - probly not a great idea.
+##uninstall-data-local:
+##     @$(NORMAL_UNINSTALL)
+##     if test -d $(DESTDIR)$(pkgdatadir)/data; \
+##             rm -fr $(DESTDIR)$(pkgdatadir)/data; \
+##     fi
+
+#### Package DATA when creating a distribution
 dist-hook:
        if test -d data; then \
          mkdir $(distdir)/data; \
@@ -24,4 +33,5 @@
          done \
        fi
 
+#### Add these files to the distribution
 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

Reply via email to