Displaying 2 results from an estimated 2 matches for "ysc".
Did you mean:
tsc
2007 Aug 05
1
Any "special interest" in R/pic interface?
...very early days (1970s), and also
of the GNU troff: 'groff'. Its function is to act as a
preprocessor, translating textual descriptions of graphical
displays into the formatting language used by troff.
Example:
.PS
## Need x- and y-scale factors to exist before referring to them
xsc=1.0 ; ysc=1.0
## Define the basic graphics object: the histogram bar
## uses positional parameters $1, 42, $3, $4 in the data line
define bar {
box width ($2 - $1)*xsc height $3*ysc \
with .sw at ($1*xsc,0) fill $4
}
## Draw the basic histogram
xsc=1.0 ; ysc=0.75
copy thru bar until "EOT"
-2....
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
+test "x%{buildroot}" != "x" && rm -rf %{buildroot}
mkdir %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_bindir}
@@ -87,6 +90,7 @@ mkdir %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/httpd/conf.d
%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/%{name}
%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/%{name}/db
+%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d
%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/cron.d
%{__install} -d -m0755 %{buildroot}%...