Update of /cvsroot/vm-faq/vm-faq
In directory sc8-pr-cvs1:/tmp/cvs-serv2518
Modified Files:
Makefile
Log Message:
Don't hardcode paths
Index: Makefile
===================================================================
RCS file: /cvsroot/vm-faq/vm-faq/Makefile,v
retrieving revision 3.6
retrieving revision 3.7
diff -C2 -d -r3.6 -r3.7
*** Makefile 7 Sep 2000 05:14:27 -0000 3.6
--- Makefile 8 Oct 2003 03:04:54 -0000 3.7
***************
*** 19,24 ****
DISTFILE=vm-faq.tar.gz
! LYNX=/usr/local/bin/lynx -nolist
! WEBLINT=/usr/local/bin/weblint
all: vm-faq.txt
--- 19,24 ----
DISTFILE=vm-faq.tar.gz
! LYNX=lynx -nolist
! WEBLINT=weblint
all: vm-faq.txt
|