Update of /cvsroot/pywin32/pywin32/AutoDuck
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9786
Modified Files:
pywin32.mak pywin32-document.xml
Log Message:
Fix reference to CHANGES.txt
Index: pywin32-document.xml
===================================================================
RCS file: /cvsroot/pywin32/pywin32/AutoDuck/pywin32-document.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pywin32-document.xml 4 May 2008 10:51:02 -0000 1.6
--- pywin32-document.xml 24 May 2008 08:17:54 -0000 1.7
***************
*** 1,5 ****
<document>
<important>
! <item name="View the change log" href="CHANGES.txt"/>
</important>
<links>
--- 1,5 ----
<document>
<important>
! <item name="View the change log" href="html/CHANGES.txt"/>
</important>
<links>
Index: pywin32.mak
===================================================================
RCS file: /cvsroot/pywin32/pywin32/AutoDuck/pywin32.mak,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** pywin32.mak 4 May 2008 10:51:02 -0000 1.19
--- pywin32.mak 24 May 2008 08:17:54 -0000 1.20
***************
*** 31,35 ****
$(ISAPI_DIR)/doc/*.html \
$(PYTHONWIN_DIR)/readme.html $(PYTHONWIN_DIR)/doc/* $(PYTHONWIN_DIR)/doc/debugger/* \
! CHANGES.txt \
--- 31,35 ----
$(ISAPI_DIR)/doc/*.html \
$(PYTHONWIN_DIR)/readme.html $(PYTHONWIN_DIR)/doc/* $(PYTHONWIN_DIR)/doc/debugger/* \
! ../CHANGES.txt \
|