]> git.phdru.name Git - extfs.d.git/commitdiff
Fix(Makefile): Fix program name and suffixes
authorOleg Broytman <phd@phdru.name>
Mon, 2 Jan 2023 19:38:34 +0000 (22:38 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 2 Jan 2023 19:38:34 +0000 (22:38 +0300)
Makefile

index c50423f1f72d2f8e38d03007968180681173f5c9..05c1a74c15e6cf4218d5863d2db298f3bf62e4da 100644 (file)
--- 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