1diff -Naur xforms-1.2.3.orig/lib/Makefile.am xforms-1.2.3/lib/Makefile.am 2--- xforms-1.2.3.orig/lib/Makefile.am 2019-02-24 12:53:58.340678373 +0000 3+++ xforms-1.2.3/lib/Makefile.am 2019-02-24 12:54:33.096674102 +0000 4@@ -25,7 +25,7 @@ 5 man_MANS = xforms.5 6 7 xforms.5: 8- cp -p ./xforms.man xforms.5 9+ cp -p $(srcdir)/xforms.man xforms.5 10 11 libforms_la_SOURCES = \ 12 align.c \ 13