[zopeorg-checkins] CVS: NZO_SiteLayout - python_recipes.mk:1.2 python_targets.mk:1.2

Tres Seaver tseaver at zope.com
Sat Apr 13 19:06:06 EDT 2002


Update of /cvs-zopeorg/NZO_SiteLayout
In directory cvs.zope.org:/tmp/cvs-serv31303

Modified Files:
	python_recipes.mk python_targets.mk 
Log Message:
 - Make sure pydoc gets installed.

=== NZO_SiteLayout/python_recipes.mk 1.1.1.1 => 1.2 ===
 	${CD} ${PACKAGE_DIR}/build && ${MAKE} install
 
+PYDOC_BINARY=${PYTHON_BUILD:%=%/bin/pydoc}
+
+${PYDOC_BINARY}: ${PYTHON_BINARY}
+
 ${PYTHON_BUILD}: % : %/bin/python
 
 opt/Python2: ${PYTHON_BUILD}
@@ -48,7 +52,7 @@
 	${MKDIR} bin
 	${LNSF} ${BASE_DIR}/$< ${BASE_DIR}/$@
 
-${PYTHON_PYDOC_TARGETS}: opt/Python2/bin/pydoc
+${PYTHON_PYDOC_TARGETS}: bin/pydoc
 	${MKDIR} ${BASE_DIR}/doc/python
 	${CD} ${BASE_DIR}/doc/python && \
         ${BASE_DIR}/bin/pydoc -w ${@:doc/python/%.html=%}


=== NZO_SiteLayout/python_targets.mk 1.1.1.1 => 1.2 ===
 
 PYTHON_BIN_TARGETS=\
-bin/python
+bin/python \
+bin/pydoc \
 
 #
 #   Generate these from pydoc






More information about the zopeorg-checkins mailing list