Skip to content

Commit 19432e3

Browse files
committed
Merge branch 'dev' of github.com:pillar-markup/pillar into dev
2 parents 3ef734a + 8f7e4bc commit 19432e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Pillar-ExporterCore/PRAbstractOutputDocument.class.st

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,18 @@ PRAbstractOutputDocument >> writer [
207207
"If templating is active in the command, use the templated writer"
208208
| writer |
209209
writer := self basicWriter.
210+
211+
" We will come back later to this point "
212+
writer class = MicTHTMLDocumentMaker
213+
ifTrue: [
214+
writer baseDirectory: outputDirectory parent ].
215+
210216
"project isTemplatable ifTrue: [
211217
writer := PRTemplatedWriter new
212218
outputDocument: self;
213219
defaultWriter: writer;
214220
yourself ]."
221+
222+
215223
^ writer
216224
]

0 commit comments

Comments
 (0)