Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore Modified Files: Tag: SPLIT Makefile.am Log Message: work on a make install now. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/Makefile.am,v retrieving revision 1.7.2.3 retrieving revision 1.7.2.4 diff -u -3 -r1.7.2.3 -r1.7.2.4 --- Makefile.am 20 Feb 2003 06:56:39 -0000 1.7.2.3 +++ Makefile.am 7 Mar 2003 01:33:48 -0000 1.7.2.4 @@ -7,6 +7,15 @@ ltconfig ltmain.sh missing mkinstalldirs \ stamp-h.in +install-data-local: + @$(NORMAL_INSTALL) + if test -d $(srcdir)/data; then \ + $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/data; \ + for d in $(srcdir)/data/*; do \ + cp -pR $$d $(DESTDIR)$(pkgdatadir)/data; \ + done \ + fi + dist-hook: ./gendoc; \ tar cvf ecore_docs.tar doc; \ ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs