]> git.pld-linux.org Git - packages/libedit.git/blame - libedit-man.patch
- up to 20050828
[packages/libedit.git] / libedit-man.patch
CommitLineData
dce0f28f
JB
1--- libedit-20041207-2.9/doc/Makefile.am.orig 2004-11-06 10:16:18.000000000 +0100
2+++ libedit-20041207-2.9/doc/Makefile.am 2005-03-10 22:38:31.942020328 +0100
3@@ -12,7 +12,7 @@
4 install-data-hook: $(EL_MAN_LINKS)
5
6 $(EL_MAN_LINKS):
7- (cd $(DESTDIR)$(man3dir) && rm -f $@ && $(LN_S) editline.3 $@)
8+ (cd $(DESTDIR)$(man3dir) && rm -f $@ && echo '.so editline.3' > $@)
9
10 $(EL_MANS):
11 if test "$(MANTYPE)" = "mdoc"; then\
This page took 0.055084 seconds and 4 git commands to generate.