2023-08-16 22:26:55 +00:00
|
|
|
Index: src/Makefile.in
|
|
|
|
--- src/Makefile.in.orig
|
|
|
|
+++ src/Makefile.in
|
2024-05-26 03:08:12 +00:00
|
|
|
@@ -858,7 +858,7 @@ uninstall-man: uninstall-man1
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
.1.html:
|
|
|
|
- groff -mandoc -Thtml $< > $@
|
|
|
|
+ mandoc -Thtml $< > $@
|
|
|
|
|
|
|
|
enchant-@ENCHANT_MAJOR_VERSION@.1: $(builddir)/enchant.1 Makefile.am $(top_builddir)/config.status
|
2023-09-25 17:42:59 +00:00
|
|
|
cp $(abs_builddir)/enchant.1 $@
|