forked from barbarer/ThinkCPP
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathproject.ptx
More file actions
21 lines (21 loc) · 717 Bytes
/
project.ptx
File metadata and controls
21 lines (21 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<!--
This file provides the overall configuration for your PreTeXt
project. To edit the content of your document, open `source/main.ptx`
(default location).
-->
<project ptx-version="2" source="pretext" publication="publication" xmlns:xi="http://www.w3.org/2001/XInclude">
<targets>
<!-- To build this target, run `pretext build web` -->
<target name="web"
format="html"
source="main.ptx"
publication="publication.ptx"
output-dir="output/html" />
<target name="runestone"
format="html"
source="main.ptx"
publication="publication-runestone.ptx"
output-dir="published/think-cpp" />
</targets>
</project>