You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/03/07 00:59:58 UTC

cvs commit: xml-xalan Makefile

curcuru     00/03/06 15:59:58

  Modified:    .        Makefile
  Log:
  Update for doc placement to match doc links only in distribution
  
  Revision  Changes    Path
  1.15      +2 -1      xml-xalan/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xalan/Makefile,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile	2000/03/06 14:47:48	1.14
  +++ Makefile	2000/03/06 23:59:58	1.15
  @@ -64,15 +64,16 @@
   	cd src/$(CLASS_DIR); $(JAR) $(JARFLAGS) ../../$@ org; \
   	echo "done"
   
  +# Note: when making dist, copy the built docs up one level
   .PHONY: makedist
   makedist:
   	echo Making distribution $(PRODUCT_NAME)$(VERSION); \
   	mkdir $(PRODUCT_NAME)$(VERSION) ; \
   	$(CP) * $(PRODUCT_NAME)$(VERSION) ; \
   	$(CPR) xdocs $(PRODUCT_NAME)$(VERSION) ; \
  -	$(CPR) build $(PRODUCT_NAME)$(VERSION) ; \
   	$(CPR) samples $(PRODUCT_NAME)$(VERSION) ; \
   	$(CPR) src $(PRODUCT_NAME)$(VERSION) ; \
  +	$(CPR) build/docs $(PRODUCT_NAME)$(VERSION) ; \
   	$(JAR) -cf $(PRODUCT_NAME)$(VERSION)$(JARX) $(PRODUCT_NAME)$(VERSION); \
   	echo NOTE: You may wish to manually sign this!