File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,15 @@ dist:
60
60
-fez upload
61
61
cp files/gitignore .gitignore
62
62
63
+ test-dist :
64
+ cp files/fez.gitignore .gitignore
65
+ -fez review
66
+ cp files/gitignore .gitignore
67
+
63
68
html :
64
69
test -d ../Talks/CSVh && pod2html Text-CSV.pod > ../Talks/CSVh/pod6.html 2> /dev/null
65
70
66
- doc : doc/Text-CSV.md doc/Text-CSV.pdf doc/Text-CSV.man
71
+ doc : doc/Text-CSV.md doc/Text-CSV.pdf doc/Text-CSV.man
67
72
doc/Text-CSV.pod : lib/Text/CSV.pod6
68
73
perl -ne' /^=(begin|end) pod/ or print' lib/Text/CSV.pod6 > doc/Text-CSV.pod
69
74
doc/Text-CSV.md : doc/Text-CSV.pod
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Text-CSV*.tar.gz
16
16
t-old /*
17
17
xt /?? _ *
18
18
? .pl
19
- ? .csv
20
19
logotype /comma *
21
20
.precomp
22
21
lib /.precomp
@@ -30,7 +29,6 @@ rust*/target
30
29
31
30
# Re-enable parts later
32
31
sandbox /
33
- files /
34
32
* ~
35
33
36
34
# Comma stuff ignored
@@ -114,3 +112,13 @@ test.tsv
114
112
TODO
115
113
116
114
115
+ # Random stuff that gets packed
116
+ inst /
117
+ sdist /
118
+ * .tgz
119
+ test. *
120
+ opera *
121
+ huc.raku
122
+ csv-npm * .js
123
+ gitignore
124
+ crnl.csv
You can’t perform that action at this time.
0 commit comments