All,

I've found that node2label is called from mkhowto. I believe the issue 
is in my Makefile, which I've included below. If I add --numeric to 
MKHOWTO then the last nodeX.html is removed, but I can't see that any 
other files change.

Thanks.


chad

---------------------

# Makefile to create documentation using the Python LaTeX system.

PYTHON_SRC = /home/whit537/sandbox/Python-2.4.1
MKHOWTO    = $(PYTHON_SRC)/Doc/tools/mkhowto \
                                --iconserver icons \
                                --split 0 \
                                --favicon icons/pyfav.gif \
                                --dir ../html \
                                --logging


html:
        rm -rf ../html
        $(MKHOWTO) manual.tex
        cp -r ../icons ../html/
        rm -rf ../html/icons/.svn


clean:
        rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn \
*.pla *.eps *.pdf *.ps *.lof *.l2h *.tex2 *.dvi

_______________________________________________
Doc-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/doc-sig

Reply via email to