Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Nov 24, 2022
1 parent 3108160 commit c5737c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ keywords:
- Github
- text markup
- screen play
date-released: 2022-10-23
date-released: 2022-11-24
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif

OS = $(shell uname)

EXT =
EXT =
ifeq ($(OS), Windows)
EXT = .exe
endif
Expand All @@ -45,8 +45,8 @@ CITATION.cff: .FORCE
@if [ -f $(CODEMETA2CFF) ]; then $(CODEMETA2CFF) codemeta.json CITATION.cff; fi

about.md: codemeta.json $(PROGRAMS)
pttk prep -i codemeta.json -- --template codemeta-md.tmpl >about.md
echo "" | pandoc --from=markdown --to=markdown --metadata title="About $(PROJECT)" --metadata-file=codemeta.json --template codemeta-md.tmpl >about.md


$(PROGRAMS): cmd/*/*.go $(PACKAGE)
@mkdir -p bin
Expand Down Expand Up @@ -89,7 +89,7 @@ test: clean build
cleanweb:
@if [ -f index.html ]; then rm *.html; fi

clean:
clean:
@if [ -d bin ]; then rm -fR bin; fi
@if [ -d dist ]; then rm -fR dist; fi
@if [ -d testout ]; then rm -fR testout; fi
Expand Down
4 changes: 2 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ scripttool 0.0.8

- Robert Doiel

A library and command line program for working with fdx (Final Draft XML), osf, Fade In and Fountain formatted Screen Play files.
A library and command line program for working with fdx (Final Draft
XML), osf, Fade In and Fountain formatted Screen Play files.


- License: https://rsdoiel.github.io/scripttool/license.html
Expand All @@ -25,4 +26,3 @@ A library and command line program for working with fdx (Final Draft XML), osf,
- Go



0 comments on commit c5737c6

Please sign in to comment.