X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=05c1a74c15e6cf4218d5863d2db298f3bf62e4da;hp=c50423f1f72d2f8e38d03007968180681173f5c9;hb=626c8641e478ecb74533d951476c28b1c693eda4;hpb=add3edb76e5bc26f58bd281114943659ad715b27 diff --git a/Makefile b/Makefile index c50423f..05c1a74 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ +.SUFFIXES: # Clear the suffix list +.SUFFIXES: .txt .html + + %.html: %.txt - rst2html --stylesheet=/dev/null -- $< >$@ + rst2html.py --stylesheet=/dev/null -- $< >$@ .PHONY: all