aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0faff2..f3bc344 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ $(PROJ): $(OBJS)
$(CC) -o $@ $^ $(LDFLAGS) -lXpm -lX11
$(MANPAGE): $(PROJ).rst
- rst2man.py $(PROJ).rst > $(MANPAGE)
+ rst2man $(PROJ).rst > $(MANPAGE)
clean:
rm -f *.o *.d *~ \#* $(PROJ) core