15 lines
771 B
Text
15 lines
771 B
Text
--- fvwm/Makefile.in.orig Sun Aug 11 08:10:41 2002
|
|
+++ fvwm/Makefile.in Mon Sep 9 06:47:19 2002
|
|
@@ -654,8 +654,8 @@
|
|
echo "Warning: $(bindir)/fvwm symlink was not created"
|
|
|
|
install-data-local:
|
|
- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1 || true
|
|
- @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1 $(DESTDIR)$(mandir)/man1/fvwm.1 || \
|
|
+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1.gz || true
|
|
+ @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1.gz $(DESTDIR)$(mandir)/man1/fvwm.1.gz || \
|
|
- echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created"
|
|
+ echo "Warning: $(mandir)/man1/fvwm.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.
|