Skip to content

Commit acdac46

Browse files
committed
Merge branch 'upstream'
2 parents 65eebf6 + 87461da commit acdac46

File tree

3 files changed

+2
-523
lines changed

3 files changed

+2
-523
lines changed

document/core/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_build
22
_static
33
document/*.pyc
4+
appendix/index-instructions.rst

document/core/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ pdf: index latexpdf
103103
clean:
104104
rm -rf $(BUILDDIR)
105105
rm -rf $(STATICDIR)
106+
rm -f appendix/index-instructions.rst
106107

107108
.PHONY: html
108109
html: index

0 commit comments

Comments
 (0)