X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=4a90c042ae0a85dd765dbc1f0f7ba63b55c7791d;hb=HEAD;hp=8586e194154156afb951be559efc7231d67de238;hpb=d155353d46f6f4186241e603770d0f5c6a7b6870;p=mimedecode.git diff --git a/Makefile b/Makefile index 8586e19..4a90c04 100644 --- 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