File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,13 @@ loudtest : all
13
13
$(DocLinker ) :
14
14
(cd .. && git clone $( DocRepo) $( DocProj) )
15
15
16
- doc : $(DocLinker ) docs/index.md
16
+ Pod-To-Markdown-installed :
17
+ @raku -M Pod::To::Markdown -c
18
+
19
+ doc : $(DocLinker ) Pod-To-Markdown-installed docs/index.md
17
20
18
21
docs/index.md : lib/CSS.rakumod
22
+ @raku -I . -c $<
19
23
(\
20
24
echo ' [](https://travis-ci.org/css-raku/CSS-raku)' ; \
21
25
echo '';\
@@ -24,6 +28,7 @@ docs/index.md : lib/CSS.rakumod
24
28
) > $@
25
29
26
30
docs/% .md : lib/% .rakumod
31
+ @raku -I . -c $<
27
32
raku -I . --doc=Markdown $< \
28
33
| TRAIL=$* raku -p -n $(DocLinker ) \
29
34
> $@
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name = CSS
3
3
4
4
[ReadmeFromPod]
5
5
; if you want to disable generating README.md from main module's pod, then:
6
- disable = true
6
+ enabled = false
7
7
[UploadToZef]
You can’t perform that action at this time.
0 commit comments