Skip to content

Commit

Permalink
♻️ fake .gitignore to close #44, close #35
Browse files Browse the repository at this point in the history
Added additional target to test locally without uploading
  • Loading branch information
JJ committed Oct 28, 2023
1 parent 0883ae2 commit 9f33d8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,15 @@ dist:
-fez upload
cp files/gitignore .gitignore

test-dist:
cp files/fez.gitignore .gitignore
-fez review
cp files/gitignore .gitignore

html:
test -d ../Talks/CSVh && pod2html Text-CSV.pod >../Talks/CSVh/pod6.html 2>/dev/null

doc: doc/Text-CSV.md doc/Text-CSV.pdf doc/Text-CSV.man
doc: doc/Text-CSV.md doc/Text-CSV.pdf doc/Text-CSV.man
doc/Text-CSV.pod: lib/Text/CSV.pod6
perl -ne'/^=(begin|end) pod/ or print' lib/Text/CSV.pod6 > doc/Text-CSV.pod
doc/Text-CSV.md: doc/Text-CSV.pod
Expand Down
12 changes: 10 additions & 2 deletions files/fez.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Text-CSV*.tar.gz
t-old/*
xt/??_*
?.pl
?.csv
logotype/comma*
.precomp
lib/.precomp
Expand All @@ -30,7 +29,6 @@ rust*/target

# Re-enable parts later
sandbox/
files/
*~

# Comma stuff ignored
Expand Down Expand Up @@ -114,3 +112,13 @@ test.tsv
TODO


# Random stuff that gets packed
inst/
sdist/
*.tgz
test.*
opera*
huc.raku
csv-npm*.js
gitignore
crnl.csv

0 comments on commit 9f33d8e

Please sign in to comment.