X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=914d3d10e330677a937e3a78c49a5f2caca3e679;hb=HEAD;hp=e55c51f213f1de56a31442ec1f81e61b01533925;hpb=74d47c75e782db413b72526be42f7b4cbe7e7625;p=super-star-trek.git diff --git a/Makefile b/Makefile index e55c51f..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 --score=n 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