Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00fb416

Browse files
committed
Added dependencies on the bug-reporting text.
1 parent ed773ef commit 00fb416

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Doc/Makefile.deps

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ HOWTOSTYLES= ../texinputs/howto.cls \
1616
$(COMMONSTYLES)
1717

1818

19-
APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX)
19+
APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX) \
20+
../texinputs/reportingbugs.tex
2021

2122
DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
2223
../texinputs/ltxmarkup.sty \
2324
../doc/doc.tex
2425

25-
EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX)
26+
EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX) \
27+
../texinputs/reportingbugs.tex
2628

2729
TUTFILES= ../tut/tut.tex $(MANSTYLES) $(COMMONTEX)
2830

@@ -41,6 +43,7 @@ REFFILES= $(MANSTYLES) $(COMMONTEX) \
4143
# LaTeX source files for the Python Library Reference
4244
LIBFILES= $(MANSTYLES) $(COMMONTEX) \
4345
../lib/lib.tex \
46+
../texinputs/reportingbugs.tex \
4447
../lib/libintro.tex \
4548
../lib/libobjs.tex \
4649
../lib/libstdtypes.tex \

0 commit comments

Comments
 (0)