15 lines
702 B
Text
15 lines
702 B
Text
--- fvwm/Makefile.in.orig Mon Dec 2 05:08:41 2002
|
|
+++ fvwm/Makefile.in Tue Dec 17 11:31:56 2002
|
|
@@ -645,9 +645,9 @@
|
|
echo "Minor warning: $(bindir)/fvwm2 symlink was not created"
|
|
|
|
install-data-local:
|
|
- @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1
|
|
- @$(LN_S) fvwm.1 $(DESTDIR)$(mandir)/man1/fvwm2.1 || \
|
|
- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created"
|
|
+ @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1.gz
|
|
+ @$(LN_S) fvwm.1.gz $(DESTDIR)$(mandir)/man1/fvwm2.1.gz || \
|
|
+ echo "Minor warning: $(mandir)/man1/fvwm2.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:
|