We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24305 commit f3735ddCopy full SHA for f3735dd
website/Makefile
@@ -15,4 +15,4 @@ install-docs:
15
TEMP=`mktemp -d` ; cd $$TEMP ; tar xzf $$LATEST ; \
16
cp domjudge-*/doc/team/team-manual*.pdf $(WWWDIR)/docs/ ; \
17
cp -r domjudge-*/doc/manual/build/html/* $(WWWDIR)/docs/manual/ ; \
18
- rm -rf $$TEMP
+ rm -rf $$TEMP
website/documentation.shtml
@@ -10,9 +10,6 @@
10
Document Format (PDF).</dd>
11
</dl>
12
13
-<p>A <a href="docs/admin-manual-8.html">
14
-Frequently Asked Questions section</a> is included in the Administrator's manual.</p>
-
<h2>API documentation</h2>
<p>DOMjudge provides a JSON REST API that can be used to query contest
0 commit comments