]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[mimedecode.git] / Makefile
index 8586e194154156afb951be559efc7231d67de238..4a90c042ae0a85dd765dbc1f0f7ba63b55c7791d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,8 @@ all: docs test clean distr
 
 
 .PHONY: docs
-docs: mimedecode.html mimedecode.man mimedecode.txt
-
-include Makefile.xsltproc
+docs:
+       make -C docs html man text
 
 
 .PHONY: distr
@@ -16,7 +15,7 @@ distr:
 
 .PHONY: test
 test:
-       make -C test
+       make -C test all
 
 
 CLEANFILES = *.py[co] MANIFEST