aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml/files/patch-camlp4-man::Makefile
blob: 193781dd4bb6b6271fe7512c024b22dc0fd25937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- camlp4/man/Makefile.orig	Sat Nov 22 17:30:44 2003
+++ camlp4/man/Makefile	Sat Nov 22 04:48:25 2003
@@ -3,7 +3,6 @@
 include ../config/Makefile
 
 TARGET=camlp4.1
-ALIASES=camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 camlp4o.opt.1 camlp4r.opt.1
 
 all: $(TARGET)
 
@@ -18,10 +17,6 @@
 	if test -n '$(MANDIR)'; then \
 	  $(MKDIR) $(MANDIR)/man1 ; \
 	  cp $(TARGET) $(MANDIR)/man1/. ; \
-	  for i in $(ALIASES); do \
-            rm -f $(MANDIR)/man1/$$i; \
-            echo '.so man1/$(TARGET)' > $(MANDIR)/man1/$$i; \
-          done; \
 	fi
 
 camlp4.1: camlp4.1.tpl