ossp-pkg/as/as-gui/Makefile.in 1.45 -> 1.46
--- Makefile.in 2003/02/27 13:57:09 1.45
+++ Makefile.in 2003/03/05 15:23:33 1.46
@@ -131,22 +131,22 @@
$(IDL) --c++-suffix=cpp $<
endif
-as-gui.1: as_gui.pod
+as-gui.1: as-gui.pod
VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \
VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \
D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \
$(POD2MAN) --quotes=none \
- --section=1 --center="AS Graphical User Interface" \
- --release="$$D" --date="OSSP asgui $$VS" as_gui.pod | \
+ --section=1 --center="AS Accounting System" \
+ --release="$$D" --date="asgui $$VS" as-gui.pod | \
sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.1
-as-gui.conf.5: as_gui.conf.pod
+as-gui.conf.5: as-gui.conf.pod
VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \
VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \
D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \
$(POD2MAN) --quotes=none \
--section=5 --center="AS Preferences File" \
- --release="$$D" --date="OSSP asgui $$VS" as_gui.conf.pod | \
+ --release="$$D" --date="asgui $$VS" as-gui.conf.pod | \
sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.conf.5
install: all
|
|