Skip to content

Commit 1b11c42

Browse files
author
R. S. Doiel
committed
commiting to main
1 parent 702ceba commit 1b11c42

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+146
-73
lines changed

INSTALL.md

Lines changed: 5 additions & 0 deletions

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ifeq ($(OS), Windows)
3636
EXT = .exe
3737
endif
3838

39-
build: version.go $(PROGRAMS) CITATION.cff about.md installer.sh
39+
build: version.go $(PROGRAMS) CITATION.cff about.md installer.sh installer.ps1
4040

4141
version.go: .FORCE
4242
@echo '' | pandoc --from t2t --to plain \
@@ -60,10 +60,15 @@ CITATION.cff: codemeta.json .FORCE
6060
if [ -f $(PANDOC) ]; then echo "" | $(PANDOC) --metadata title="Cite $(PROJECT)" --metadata-file=_codemeta.json --template=codemeta-cff.tmpl >CITATION.cff; fi
6161

6262
installer.sh: .FORCE
63-
@echo '' | pandoc --metadata title="Installer" --metadata git_org_or_person="$(GIT_GROUP)" --metadata-file codemeta.json --template codemeta-installer.tmpl >installer.sh
63+
@echo '' | pandoc --metadata title="Installer" --metadata git_org_or_person="$(GIT_GROUP)" --metadata-file codemeta.json --template codemeta-bash-installer.tmpl >installer.sh
6464
@chmod 775 installer.sh
6565
@git add -f installer.sh
6666

67+
installer.ps1: .FORCE
68+
@echo '' | pandoc --metadata title="Installer" --metadata git_org_or_person="$(GIT_GROUP)" --metadata-file codemeta.json --template codemeta-ps1-installer.tmpl >installer.ps1
69+
@chmod 775 installer.ps1
70+
@git add -f installer.ps1
71+
6772
$(PROGRAMS): $(PACKAGE)
6873
@mkdir -p bin
6974
go build -o bin/$@$(EXT) cmd/$@/*.go
File renamed without changes.

codemeta2cff.1.md

Lines changed: 2 additions & 2 deletions

csv2json.1.md

Lines changed: 2 additions & 2 deletions

csv2mdtable.1.md

Lines changed: 2 additions & 2 deletions

csv2tab.1.md

Lines changed: 2 additions & 2 deletions

csv2xlsx.1.md

Lines changed: 2 additions & 2 deletions

csvcleaner.1.md

Lines changed: 2 additions & 2 deletions

csvcols.1.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)