Skip to content

Commit 549443e

Browse files
author
H.Merijn Brand - Tux
committed
Add static docs for github
1 parent 3bb5b41 commit 549443e

8 files changed

+3604
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ pm_to_blib
99
*.tar.gz
1010
*.tgz
1111
*.old
12-
DBD-CSV*
12+
*.tmp
13+
DBD-CSV-*
1314
xx*
1415
valgrind.log
1516
.perlcriticrc

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.55 - 2020-07-09, H.Merijn Brand
1+
0.55 - 2020-07-24, H.Merijn Brand
22
* Free unref scalar test fixed in Text::CSV_XS 1.35
33
* It's 2019
44
* Provide cpanfile

MANIFEST.SKIP

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
\bCVS\b
1212
blib/
1313
cover_db/
14+
doc/
1415
lib/DBI
1516
genMETA.pl
1617
Makefile$

Makefile.PL

+10
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,15 @@ sub postamble {
161161
' -@cpants_lint.pl $(DISTVNAME).tgz',
162162
' -@rm -f Debian_CPANTS.txt',
163163
'',
164+
'doc docs: doc/DBD-CSV.md doc/DBD-CSV.html doc/DBD-CSV.man',
165+
' -@rm -f pod2html.tmp',
166+
'doc/DBD-CSV.md: lib/DBD/CSV.pm',
167+
' pod2markdown < $? > $@',
168+
'doc/DBD-CSV.html: lib/DBD/CSV.pm',
169+
' pod2html < $? 2>&1 | grep -v "^Cannot find" > $@',
170+
'doc/DBD-CSV.3: lib/DBD/CSV.pm',
171+
' pod2man < $? > $@',
172+
'doc/DBD-CSV.man: doc/DBD-CSV.3',
173+
' nroff -mandoc < $? > $@',
164174
$min_vsn;
165175
} # postamble

0 commit comments

Comments
 (0)