From 860c066fe09981f09f7ba71ce270c4486b571872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Aug 2022 01:16:22 +0200 Subject: Change README to a markdown file. The self-formatted code was fancy, and it showed of part of our functionality. It was however cumbersome to keep the file updated, and pre-formatted text on webpages honestly doesn't look that good. The contents of the README are however unchanged in this commit. --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a1d4d23..f8827603 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ LIMIT_FILES=$(LIMIT:%=--only %) # Skip these files when testing SKIP=--skip $(PWD)/tests/test/web-server.scm -all: go_files README static $(LOCALIZATIONS) +all: go_files static $(LOCALIZATIONS) $(MAKE) -C doc/ref XGETTEXT_FLAGS = --from-code=UTF-8 --add-comments --indent -k_ @@ -71,13 +71,10 @@ install: all $(MAKE) -C static install $(MAKE) -C system install $(MAKE) -C doc/ref install - install -m 644 -D -t $(DESTDIR)/usr/share/doc/calp README + install -m 644 -D -t $(DESTDIR)/usr/share/doc/calp README.md install -m 755 -D -t $(DESTDIR)/usr/lib/calp/ scripts/tzget install -m755 -D production-main $(DESTDIR)/usr/bin/calp -README: README.in - ./main text < README.in | sed "s/<>/`date -I`/" > README - lcov.info: $(GO_FILES) env DEBUG=0 tests/run-tests.scm --coverage=$@ $(if $(VERBOSE),--verbose) $(SKIP) $(LIMIT_FILES) -- cgit v1.2.3