[Python-checkins] CVS: python/dist/src/Doc Makefile,1.193,1.194 Makefile.deps,1.29,1.30 README,1.37,1.38

Greg Ward python-dev@python.org
Fri, 28 Apr 2000 12:53:38 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Doc
In directory thrak:/scratch/python/doc

Modified Files:
	Makefile Makefile.deps README 
Log Message:
Added 'inst' and 'dist' -- the two Distutils manuals.

Index: Makefile
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/Makefile,v
retrieving revision 1.193
retrieving revision 1.194
diff -C2 -r1.193 -r1.194
*** Makefile	2000/04/07 16:27:15	1.193
--- Makefile	2000/04/28 16:53:35	1.194
***************
*** 12,15 ****
--- 12,17 ----
  #   ref -- Python Reference Manual
  #   tut -- Python Tutorial
+ #   inst -- Installing Python Modules
+ #   dist -- Distributing Python Modules
  #
  # The latex sources for each of these documents are in subdirectories
***************
*** 65,69 ****
  # These must be declared phony since there
  # are directories with matching names:
! .PHONY: api doc ext lib mac ref tut
  .PHONY: html info longhtml
  
--- 67,71 ----
  # These must be declared phony since there
  # are directories with matching names:
! .PHONY: api doc ext lib mac ref tut inst dist
  .PHONY: html info longhtml
  
***************
*** 106,110 ****
--- 108,118 ----
  	(cd paper-$(PAPER); $(MAKE) tut.ps)
  
+ inst inst.ps:
+ 	(cd paper-$(PAPER); $(MAKE) inst.ps)
  
+ dist dist.ps:
+ 	(cd paper-$(PAPER); $(MAKE) dist.ps)
+ 
+ 
  api.dvi:
  	(cd paper-$(PAPER); $(MAKE) api.dvi)
***************
*** 128,131 ****
--- 136,145 ----
  	(cd paper-$(PAPER); $(MAKE) tut.dvi)
  
+ inst.dvi:
+ 	(cd paper-$(PAPER); $(MAKE) inst.dvi)
+ 
+ dist.dvi:
+ 	(cd paper-$(PAPER); $(MAKE) dist.dvi)
+ 
  
  api.pdf:
***************
*** 150,154 ****
--- 164,174 ----
  	(cd paper-$(PAPER); $(MAKE) tut.pdf)
  
+ inst.pdf:
+ 	(cd paper-$(PAPER); $(MAKE) inst.pdf)
  
+ dist.pdf:
+ 	(cd paper-$(PAPER); $(MAKE) dist.pdf)
+ 
+ 
  # The remaining part of the Makefile is concerned with various
  # conversions, as described above.  See also the README file.
***************
*** 196,199 ****
--- 216,225 ----
  htmltut:
  	(cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile tut)
+ 
+ htmlinst:
+ 	(cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile inst)
+ 
+ htmldist:
+ 	(cd $(HTMLDIR); $(MAKE) PAPER=$(PAPER) -f ../html/Makefile dist)
  
  longhtml:

Index: Makefile.deps
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** Makefile.deps	2000/04/06 14:26:43	1.29
--- Makefile.deps	2000/04/28 16:53:35	1.30
***************
*** 245,246 ****
--- 245,250 ----
  	../mac/libframework.tex \
  	../mac/libminiae.tex
+ 
+ INSTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../inst/inst.tex
+ 
+ DISTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../dist/dist.tex

Index: README
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/README,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** README	2000/04/04 20:58:39	1.37
--- README	2000/04/28 16:53:35	1.38
***************
*** 21,24 ****
--- 21,26 ----
  	ref/*.tex	Python Reference Manual
  	tut/*.tex	Python Tutorial
+         inst/*.tex      Installing Python Modules
+         dist/*.tex      Distributing Python Modules
  
  Most use the "manual" document class and "python" package, derived from