|
Check-in Number:
|
457 | |
| Date: |
2001-May-11 20:37:25 (local)
2001-May-11 18:37:25 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
Fix manpage substitution |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/l2/Makefile.in 1.1 -> 1.2
--- Makefile.in 2001/05/10 19:46:01 1.1
+++ Makefile.in 2001/05/11 18:37:25 1.2
@@ -91,7 +91,7 @@
sed -e 's;.*(;;' -e 's;).*;;'`; \
$(POD2MAN) --section=$${SEC} --center="$${ONELINE}" \
--release="$$D" --date="$${NAME} $$V1" $(S)$${BASENAME}.pod |\
- sed -e "s;STR_VERSION_STR;$$V2;" >$${BASENAME}.$${SEC}
+ sed -e "s;L2_VERSION_STR;$$V2;" >$${BASENAME}.$${SEC}
.SUFFIXES:
.SUFFIXES: .c .o .lo
|
|