--- ./camlp4/man/Makefile.orig Thu Jul 3 20:14:49 2003
+++ ./camlp4/man/Makefile Sun May 21 14:02:41 2006
@@ -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
syntax highlighted by Code2HTML, v. 0.9.1