You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mh...@apache.org on 2004/02/27 18:32:02 UTC

cvs commit: xml-xalan/c Makefile.in

mhoyt       2004/02/27 09:32:02

  Modified:    c        Makefile.in
  Log:
  Update install-package target for new License and Notice file
  
  Revision  Changes    Path
  1.8       +2 -1      xml-xalan/c/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in	26 Feb 2004 23:10:06 -0000	1.7
  +++ Makefile.in	27 Feb 2004 17:32:02 -0000	1.8
  @@ -47,7 +47,8 @@
   install-extras:
   	$(MKINSTALLDIRS) $(DESTDIR)/$(prefix)
   	$(INSTALL_PROGRAM) $(XALANCROOT)/KEYS        $(DESTDIR)/$(prefix)
  -	$(INSTALL_PROGRAM) $(XALANCROOT)/License     $(DESTDIR)/$(prefix)
  +	$(INSTALL_PROGRAM) $(XALANCROOT)/LICENSE     $(DESTDIR)/$(prefix)
  +	$(INSTALL_PROGRAM) $(XALANCROOT)/NOTICE      $(DESTDIR)/$(prefix)
   
   	
   	
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org