CVS: tmda/htdocs config-vars.html, 1.99, 1.100 Makefile, 1.13, 1.14 config-vars.ht, 1.52, NONE

"Jason R. Mastaler" <[email protected]> Tue, 19 Sep 2006 12:24:47 -0700
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3161

Modified Files:
	Makefile 
Added Files:
	config-vars.html 
Removed Files:
	config-vars.ht 
Log Message:
rename config-vars.ht -> config-vars.html



Index: Makefile
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile	18 Sep 2006 19:53:17 -0000	1.13
+++ Makefile	19 Sep 2006 19:24:44 -0000	1.14
@@ -19,28 +19,22 @@
 
 DEF2HTML =      ../contrib/def2html
 
-SOURCES =	$(shell echo *.ht)
-TARGETS =	config-vars.ht
+SOURCES =	config-vars.html
+TARGETS =	config-vars.html
 
 DEST =          [email protected]:/www/tmda.net/htdocs
 EXCLUDES =      --exclude "*"
 INCLUDES =	--include "*.html" --include "*.css"
 ARGS =          -e ssh -v -a -z --delete $(INCLUDES) $(EXCLUDES)
 
-
-.SUFFIXES:	.ht 
-
-.ht:
-		$(HT2HTML) $(HTFLAGS) $<
-
 all: 		$(TARGETS)
 
 config-vars.tmp: ../TMDA/Defaults.py
 		$(DEF2HTML) ../TMDA/Defaults.py > config-vars.tmp
 
-config-vars.ht: config-vars.tpl config-vars.tmp
+config-vars.html: config-vars.tpl config-vars.tmp
 		sed -e '/<!--config_vars-->/r config-vars.tmp' -e \
-		'/<!--config_vars-->/d' < config-vars.tpl > config-vars.ht
+		'/<!--config_vars-->/d' < config-vars.tpl > config-vars.html
 
 clean: 		
 		-rm -f *~

--- config-vars.ht DELETED ---