X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=Makefile;h=6fb8a62199f46d8f12d174d588a109e75e9c613e;hp=8cc3ca550d7cf84a52a40d9aa7b60e1f924abfea;hb=HEAD;hpb=708a55633712f9981231e80360ac5e3fe81b1d3b diff --git a/Makefile b/Makefile index 8cc3ca5..6fb8a62 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,20 @@ # Makefile for the SST2K project +# +# SPDX-FileCopyrightText: (C) Eric S. Raymond +# SPDX-License-Identifier: BSD-2-Clause -VERS=$(shell sed $(MANDIR)/sst.6.gz sst.6: doc/sst.xml @@ -29,19 +32,26 @@ super-star-trek-$(VERS).tar.gz: $(SOURCES) sst.6 dist: sst-$(VERS).tar.gz check: pylint - cd test; $(MAKE) --quiet + @cd test >/dev/null; $(MAKE) --quiet + +reflow: + @black sst pylint: - @pylint sst.py + @pylint --score=n sst clean: - rm -f sst.6 sst.html + rm -f sst.6 sst.html sst-doc.html rm -f *.6 MANIFEST index.html +NEWSVERSION=$(shell sed -n