Skip to content

Commit

Permalink
Clean more things up
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Nov 24, 2023
1 parent 82bdd14 commit 4395bbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion doc/manual/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ endif

install-docs: docs
$(call install_tree,$(DESTDIR)$(domjudge_docdir)/manual,build/html)
$(INSTALL_DATA) -t $(DESTDIR)$(domjudge_docdir)/manual

inplace-install: docs
inplace-install-l:
Expand Down
8 changes: 4 additions & 4 deletions doc/team/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TOPDIR=../..
endif
include $(TOPDIR)/Makefile.global

MANUALSTEX=team-manual.tex $(wildcard team-manual-??.tex)
MANUALSTEX=team-manual.tex
MANUALSPDF=$(MANUALSTEX:%tex=%pdf)

ifeq ($(BUILD_DOCS),yes)
Expand All @@ -18,13 +18,13 @@ install-docs:
$(INSTALL_PROG) -t $(DESTDIR)$(domjudge_docdir)/team \
gentexconfig genteammanuals
$(INSTALL_DATA) -t $(DESTDIR)$(domjudge_docdir)/team \
team-manual*.tex team-manual*.pdf
team-manual.tex team-manual.pdf
$(INSTALL_DATA) -T README $(DESTDIR)$(domjudge_docdir)/README.teammanual

gentexconfig: gentexconfig.in $(TOPDIR)/paths.mk
$(substconfigvars)

# 'genteammanual' (re-)generates all versions even if only one is not uptodate.
# 'genteammanual' (re-)generates all versions even if only one is not up-to-date.
$(MANUALSPDF): %pdf: %tex team-manual-preamble.tex $(TOPDIR)/etc/domserver-config.php
./genteammanuals

Expand All @@ -33,7 +33,7 @@ distdocs-l:
$(MAKE) clean

clean-l:
-rm -f $(addprefix team-manual*.,aux log out)
-rm -f $(addprefix team-manual.,aux log out)
-rm -rf _minted-team-manual*

distclean-l:
Expand Down
2 changes: 1 addition & 1 deletion doc/team/team-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ \subsection{Possible results}
standard out.

\item[OUTPUT-LIMIT]
Your program generated more output than the allowed limit. Thei
Your program generated more output than the allowed limit. The
solution is considered incorrect.

\item[WRONG-ANSWER]
Expand Down

0 comments on commit 4395bbd

Please sign in to comment.