X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/368a44c3761d46b5a085215a9ed6878da4e84fa6..ff432158b249307d44177db1adc569f726eefb18:/Documentation/Makefile diff --git a/Documentation/Makefile b/Documentation/Makefile index ea387e7..2e5d23c 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,5 +1,5 @@ -MAN1_TXT=$(wildcard stg-*.txt) -MAN7_TXT=stg.txt +MAN1_TXT=$(wildcard stg*.txt) +MAN7_TXT= DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))