ossp-pkg/shiela/Makefile.in 1.4 -> 1.5
--- Makefile.in 2002/12/21 09:42:57 1.4
+++ Makefile.in 2002/12/21 11:00:17 1.5
@@ -64,15 +64,15 @@
@$(SHTOOL) echo -e "%Bgenerating shiela.1%b"
V=`$(SHTOOL) version -l txt -d short VERSION`; \
D=`$(SHTOOL) version -l txt -d long VERSION | $(SED) -e 's;.*(;;' -e 's;).*;;'`; \
- $(POD2MAN) --section=1 --center="CVS ACL and Logging Facility" \
- --release="$$D" --date="OSSP Shiela $$V" shiela.pod >shiela.1
+ $(POD2MAN) --section=1 --center="Access Control and Logging Facility for CVS" \
+ --release="$$D" --date="OSSP shiela $$V" shiela.pod >shiela.1
shiela-install.1: shiela-install.pod
@$(SHTOOL) echo -e "%Bgenerating shiela-install.1%b"
V=`$(SHTOOL) version -l txt -d short VERSION`; \
D=`$(SHTOOL) version -l txt -d long VERSION | $(SED) -e 's;.*(;;' -e 's;).*;;'`; \
- $(POD2MAN) --section=1 --center="CVS ACL and Logging Facility" \
- --release="$$D" --date="OSSP Shiela $$V" shiela-install.pod >shiela-install.1
+ $(POD2MAN) --section=1 --center="Access Control and Logging Facility for CVS" \
+ --release="$$D" --date="OSSP shiela $$V" shiela-install.pod >shiela-install.1
install: all
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
|
|