blob: 8ca578c505726511f1c2001ff67f378261a13f9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile.in.orig Sat Apr 4 17:32:23 1998
+++ Makefile.in Sat Apr 4 17:38:18 1998
@@ -132,12 +132,6 @@
else file=splay.1; fi; \
echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
- @sect=1; \
- inst=`echo "xsplay" | sed '$(transform)'`.1; \
- if test -f $(srcdir)/xsplay.1; then file=$(srcdir)/xsplay.1; \
- else file=xsplay.1; fi; \
- echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \
- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
uninstall-man:
$(NORMAL_UNINSTALL)
|