blob: dde1241a25c45a556509cbd46808a71dd13f0fcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- bin/Makefile.in.orig Mon Dec 2 05:08:41 2002
+++ bin/Makefile.in Tue Dec 17 11:29:50 2002
@@ -592,9 +592,9 @@
echo "Minor warning: $(bindir)/xpmroot symlink was not created"
install-data-local:
- @rm -f $(DESTDIR)$(mandir)/man1/xpmroot.1
- @$(LN_S) fvwm-root.1 $(DESTDIR)$(mandir)/man1/xpmroot.1 || \
- echo "Minor warning: $(mandir)/man1/xpmroot.1 symlink was not created"
+ @rm -f $(DESTDIR)$(mandir)/man1/xpmroot.1.gz
+ @$(LN_S) fvwm-root.1.gz $(DESTDIR)$(mandir)/man1/xpmroot.1.gz || \
+ echo "Minor warning: $(mandir)/man1/xpmroot.1.gz symlink was not created"
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|