X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=4a90c042ae0a85dd765dbc1f0f7ba63b55c7791d;hb=refs%2Fheads%2Fmaster;hp=5ba230c26837f1f28510a2b851691e7fcdc889d5;hpb=01cbe8b2daaa4d64e9a39de1e59c567f0e9a8f5a;p=mimedecode.git diff --git a/Makefile b/Makefile index 5ba230c..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