[Spambayes-checkins] website/scripts make.rules,1.1.1.1,1.2

Skip Montanaro montanaro at users.sourceforge.net
Fri May 30 19:36:16 EDT 2003


Update of /cvsroot/spambayes/website/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv7631

Modified Files:
	make.rules 
Log Message:
make faq.html


Index: make.rules
===================================================================
RCS file: /cvsroot/spambayes/website/scripts/make.rules,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** make.rules	19 Sep 2002 08:40:55 -0000	1.1.1.1
--- make.rules	31 May 2003 01:36:13 -0000	1.2
***************
*** 43,46 ****
--- 43,47 ----
  SCRIPTDIR =	$(ROOT_DIR)/scripts
  HT2HTML =	$(SCRIPTDIR)/ht2html/ht2html.py
+ DUHTML =	html.py
  HTSTYLE =	SpamBayesGenerator
  HTALLFLAGS =	-f -s $(HTSTYLE)
***************
*** 54,57 ****
--- 55,61 ----
  .ht.html:
  		$(HT2HTML) $(HTFLAGS) $(HTRELDIR)/$<
+ 
+ faq.html : faq.txt
+ 		$(DUHTML) faq.txt faq.html
  
  all: $(TARGETS)





More information about the Spambayes-checkins mailing list