forked from HFOSSedu/GitKit-Text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.ptx
28 lines (24 loc) · 1.97 KB
/
project.ptx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<!-- This file, the project manifest, provides the overall configuration for your PreTeXt project. To edit the content of your document, open `source/main.ptx`. See https://pretextbook.org/doc/guide/html/processing-CLI.html#cli-project-manifest. -->
<project ptx-version="2">
<targets>
<target name="web" format="html" publication="publication-instructor-linux.ptx"/>
<target name="print" format="pdf" publication="publication-instructor-linux.ptx"/>
<!-- This is the target that is built on runestone -->
<!-- It will need to be made to point to the vscode publication file in the fork for that edition. -->
<!-- The output-dir should also be changed to a unique directory for the VSCode version. -->
<target name="runestone" format="html" publication="publication-runestone-vscode.ptx" output-dir="published/gitkitvscode" />
<!--
<target name="runestone-linux" format="html" publication="publication-runestone-linux.ptx" output-dir="publication/gitkit" />
<target name="runestone-vscode" format="html" publication="publication-runestone-vscode.ptx" output-dir="publication/gitkit" />
-->
<target name="student-web-linux" format="html" publication="publication-student-linux.ptx"/>
<target name="student-print-linux" format="pdf" publication="publication-student-linux.ptx"/>
<target name="instructor-web-linux" format="html" publication="publication-instructor-linux.ptx"/>
<target name="instructor-print-linux" format="pdf" publication="publication-instructor-linux.ptx"/>
<target name="student-web-vscode" format="html" publication="publication-student-vscode.ptx"/>
<target name="student-print-vscode" format="pdf" publication="publication-student-vscode.ptx"/>
<target name="instructor-web-vscode" format="html" publication="publication-instructor-vscode.ptx"/>
<target name="instructor-print-vscode" format="pdf" publication="publication-instructor-vscode.ptx"/>
</targets>
</project>