From aa9b95ae3b656a47e4e3bec96cd0ccf1c154cbdb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Mar 2023 15:03:02 -0300 Subject: Makefile: Cleanup old targets --- Makefile | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 607665d..3d39433 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,5 @@ .POSIX: -NAME = package-repository -NAME_UC = EuAndreh's package repository -MAILING_LIST = public-inbox -TRANSLATIONS = pt fr eo es -CONTRIBLANGS = + all: EuAndreh.key all-packages all-services @@ -22,38 +18,9 @@ refresh: check: -dev-check: check - sh aux/assert-nixfmt.sh - sh aux/assert-shellcheck.sh - sh aux/workflow/assert-todos.sh - sh aux/workflow/assert-changelog.sh -n $(NAME) - sh aux/workflow/assert-readme.sh -n $(NAME) -m $(MAILING_LIST) - clean: - rm -rf \ - public/ README.*.md CHANGELOG.*.md messages.mo - -public/dependencies.svg: dependencies.dot - mkdir -p public - dot -Tsvg < $? > $@ - -public/paku.html: paku.json - mkdir -p public - sh scripts/paku -l - -README.en.md: README.md - ln -fs $? $@ - -CHANGELOG.en.md: CHANGELOG.md - ln -fs $? $@ - -l10n-gen: README.en.md CHANGELOG.en.md - sh aux/workflow/l10n.sh -l '$(TRANSLATIONS)' -L '$(CONTRIBLANGS)' $? -public: l10n-gen all TODOs.md public/dependencies.svg public/paku.html - sh aux/workflow/public.sh -l '$(TRANSLATIONS) $(CONTRIBLANGS) en' \ - -N "$(NAME_UC)" -n $(NAME) -m $(MAILING_LIST) -o public - cp EuAndreh.key public/ +public: EuAndreh.key: gpg --armour --export eu@euandre.org > $@ -- cgit v1.2.3