ossp-pkg/uuid/Makefile.in 1.9 -> 1.10
--- Makefile.in 2004/01/11 08:36:02 1.9
+++ Makefile.in 2004/01/11 08:54:17 1.10
@@ -82,7 +82,7 @@
V2=`$(SHTOOL) version -l txt -d long VERSION`; \
D=`$(SHTOOL) version -l txt -d long VERSION | sed -e 's;.*(;;' -e 's;).*;;'`; \
$(POD2MAN) --quotes=none \
- --section=3 --center="Universally Unique Identifiers" \
+ --section=3 --center="Universally Unique Identifier" \
--release="$$D" --date="OSSP uuid $$V1" uuid.pod | \
sed -e "s;UUID_VERSION_STR;$$V2;" >uuid.3
uuid.1: uuid_cli.pod
@@ -91,7 +91,7 @@
D=`$(SHTOOL) version -l txt -d long VERSION | sed -e 's;.*(;;' -e 's;).*;;'`; \
$(CP) uuid_cli.pod /tmp/uuid.pod; \
$(POD2MAN) --quotes=none \
- --section=1 --center="Universally Unique Identifiers" \
+ --section=1 --center="Universally Unique Identifier" \
--release="$$D" --date="OSSP uuid $$V1" /tmp/uuid.pod | \
sed -e "s;UUID_VERSION_STR;$$V2;" >uuid.1; \
$(RM) /tmp/uuid.pod
|
|