.POSIX: .DELETE_ON_ERROR: # Outputs other than Gemini aren't required GEMINI := breaking_rules.gmi bane.20.cdr15.gmi .PHONY: all all: $(GEMINI) lkbib.txt # Write gfm. # Beyond that, YAGNI. # None of setting GROFF_NO_SGR, using the "-c" option, # or piping through ul worked. # GROFF_NO_SGR=1 groff -Tutf8 -R -ms -k -Kutf8 -c macros.ms lkbib.ms | ul > $@ lkbib.txt: macros.ms lkbib.ms refs.i groff -Tutf8 -R -ms -k -Kutf8 macros.ms lkbib.ms > $@ %.gmi: %.md md2gemini -m $^ > $@ refs.i: refs indxbib $^ .PHONY: clean clean: $(RM) $(GEMINI) lkbib.txt .PHONY: push push: $(GEMINI) scp $^ dbane@republic.circumlunar.space:/usr/home/dbane/gemini/lsp_doc