Skip to content

Commit 08b122e

Browse files
authored
Make CHANGES into a pretty markdown (mhammond#2621)
1 parent d0f2928 commit 08b122e

File tree

4 files changed

+216
-209
lines changed

4 files changed

+216
-209
lines changed

AutoDuck/pywin32-document.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<document>
22
<important>
3-
<item name="View the change log" href="html/CHANGES.txt"/>
3+
<item name="View the change log" href="html/CHANGES.md"/>
44
</important>
55
<links>
66
<item name="Python Web Site" href="https://www.python.org"/>

AutoDuck/pywin32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ HTML_FILES = $(WIN32_HELP_DIR)\*.html \
3030
$(WIN32COMEXT_DIR)/axscript/demos/client/ie/* \
3131
$(ISAPI_DIR)/doc/*.html \
3232
$(PYTHONWIN_DIR)/readme.html $(PYTHONWIN_DIR)/doc/* $(PYTHONWIN_DIR)/doc/debugger/* \
33-
../CHANGES.txt \
33+
../CHANGES.md \
3434

3535

3636
WIN32_SOURCE = $(WIN32_SOURCE_DIR)/*.cpp \

0 commit comments

Comments
 (0)