Skip to content

Commit 70ca71c

Browse files
André L F S Baccijordikroon
authored andcommitted
Move DOCTYPE configuration into local temp/.
1 parent cee6f6a commit 70ca71c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
entities.*.xml
22
output
33
.docker/built
4+
temp/

manual.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE PHPDOC [
33

4-
<!ENTITY % configure SYSTEM "../conf.ent">
4+
<!ENTITY % configure SYSTEM "./temp/conf.dtd">
55
%configure;
66

77
%text-entities;

0 commit comments

Comments
 (0)