Skip to content

Commit 348ac3b

Browse files
committed
minor doc & release fixes
1 parent 2e0b356 commit 348ac3b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ loudtest : all
1313
$(DocLinker) :
1414
(cd .. && git clone $(DocRepo) $(DocProj))
1515

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
1720

1821
docs/index.md : lib/CSS.rakumod
22+
@raku -I . -c $<
1923
(\
2024
echo '[![Build Status](https://travis-ci.org/css-raku/CSS-raku.svg?branch=master)](https://travis-ci.org/css-raku/CSS-raku)'; \
2125
echo '';\
@@ -24,6 +28,7 @@ docs/index.md : lib/CSS.rakumod
2428
) > $@
2529

2630
docs/%.md : lib/%.rakumod
31+
@raku -I . -c $<
2732
raku -I . --doc=Markdown $< \
2833
| TRAIL=$* raku -p -n $(DocLinker) \
2934
> $@

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name = CSS
33

44
[ReadmeFromPod]
55
; if you want to disable generating README.md from main module's pod, then:
6-
disable = true
6+
enabled = false
77
[UploadToZef]

0 commit comments

Comments
 (0)