Tweak the path to analog.
This commit is contained in:
parent
f3e68b467e
commit
84e63cd36d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1434
2 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.13 1997-03-18 00:05:14 mbarkah Exp $
|
# $Id: Makefile,v 1.14 1997-04-23 19:52:40 jfieber Exp $
|
||||||
|
|
||||||
# These are turned into validated, normalized HTML files.
|
# These are turned into validated, normalized HTML files.
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@ LOCAL= stats.html stats-img.html
|
||||||
|
|
||||||
stats.html: /home/www/server/logs/access_log
|
stats.html: /home/www/server/logs/access_log
|
||||||
renice +10 $$$$; \
|
renice +10 $$$$; \
|
||||||
(cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
(cd /home/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
||||||
egrep -iv '\.(gif|jpg|jpeg|au) ' | \
|
egrep -iv '\.(gif|jpg|jpeg|au) ' | \
|
||||||
/usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
/home/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
||||||
|
|
||||||
stats-img.html: /home/www/server/logs/access_log
|
stats-img.html: /home/www/server/logs/access_log
|
||||||
renice +10 $$$$; \
|
renice +10 $$$$; \
|
||||||
(cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
(cd /home/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
||||||
/usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
/home/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
||||||
|
|
||||||
# Subdirectories
|
# Subdirectories
|
||||||
|
|
||||||
|
|
10
en/Makefile
10
en/Makefile
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.13 1997-03-18 00:05:14 mbarkah Exp $
|
# $Id: Makefile,v 1.14 1997-04-23 19:52:40 jfieber Exp $
|
||||||
|
|
||||||
# These are turned into validated, normalized HTML files.
|
# These are turned into validated, normalized HTML files.
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@ LOCAL= stats.html stats-img.html
|
||||||
|
|
||||||
stats.html: /home/www/server/logs/access_log
|
stats.html: /home/www/server/logs/access_log
|
||||||
renice +10 $$$$; \
|
renice +10 $$$$; \
|
||||||
(cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
(cd /home/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
||||||
egrep -iv '\.(gif|jpg|jpeg|au) ' | \
|
egrep -iv '\.(gif|jpg|jpeg|au) ' | \
|
||||||
/usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
/home/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
||||||
|
|
||||||
stats-img.html: /home/www/server/logs/access_log
|
stats-img.html: /home/www/server/logs/access_log
|
||||||
renice +10 $$$$; \
|
renice +10 $$$$; \
|
||||||
(cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
(cd /home/www/server/logs;zcat access_log.*.gz;cat access_log) | \
|
||||||
/usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
/home/www/bin/analog +i0 +R500 -o > ${.TARGET}
|
||||||
|
|
||||||
# Subdirectories
|
# Subdirectories
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue