[PATCH mdtohtml] Makefile: fix install
Export this patch
Apologies for not catching this the first time around.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 963075c..15263c8 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ clean:
install:
mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
install -m755 mdtohtml $(DESTDIR)$(BINDIR)/mdtohtml
- install -m755 mdtohtml.1 $(DESTDIR)$(MANDIR)/man1/mdtohtml.1
+ install -m755 docs/mdtohtml.1 $(DESTDIR)$(MANDIR)/man1/mdtohtml.1
uninstall:
$(RM) $(DESTDIR)$(BINDIR)/mdtohtml
--
2.38.0
Thanks!
To git@git.sr.ht:~adnano/mdtohtml
7bc9a74..3cf1049 master -> master