Skip to content

Commit 7d5f919

Browse files
committed
Only do LaTeX cleanup hack in doc/team anymore.
This is since we moved to building the admin/jury manual with Sphinx.
1 parent 951a5e8 commit 7d5f919

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@ include $(TOPDIR)/Makefile.global
99
# Subdirectories to recurse into for REC_TARGETS
1010
SUBDIRS = manual team examples
1111

12-
# Cleanup LaTeX logs, etc. after generating documentation for distribution.
13-
distdocs-l:
14-
$(MAKE) clean
15-
1612
install-docs-l:
1713
$(INSTALL_DATA) -t $(DESTDIR)$(domjudge_docdir)/logos logos/DOMjudgelogo.pdf

doc/team/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ gentexconfig: gentexconfig.in $(TOPDIR)/paths.mk
2828
$(MANUALSPDF): %pdf: %tex team-manual-preamble.tex $(TOPDIR)/etc/domserver-config.php
2929
./genteammanuals
3030

31+
# Cleanup LaTeX logs, etc. after generating documentation for distribution.
32+
distdocs-l:
33+
$(MAKE) clean
34+
3135
clean-l:
3236
-rm -f $(addprefix team-manual*.,aux log out)
3337
-rm -rf _minted-team-manual*

0 commit comments

Comments
 (0)