CVS: tmda/htdocs Makefile,1.8,1.9

"Jason R. Mastaler" <[email protected]> Tue, 03 Feb 2004 21:57:41 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31272

Modified Files:
	Makefile 
Log Message:
new destination directory, and use ht2html instead of a
hardcoded path to ht2html.py.


Index: Makefile
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	1 Jan 2004 23:22:19 -0000	1.8
+++ Makefile	4 Feb 2004 05:57:38 -0000	1.9
@@ -20,7 +20,7 @@
 DEF2HTML =      ../contrib/def2html
 
 HTROOT = 	.
-HT2HTML =	/usr/local/packages/ht2html/ht2html.py
+HT2HTML =	ht2html
 HTSTYLE =	TMDAGenerator
 HTALLFLAGS =	-f -s $(HTSTYLE)
 HTFLAGS =	$(HTALLFLAGS) -r $(HTROOT)
@@ -29,7 +29,7 @@
 TARGETS =	$(filter-out *.html,$(SOURCES:%.ht=%.html)) $(EXTRA_TARGETS)
 GENERATED_HTML= $(SOURCES:.ht=.html)
 
-DEST =          [email protected]:/home/groups/t/tm/tmda/htdocs/
+DEST =          [email protected]:/home/groups/t/tm/tmda/htdocs/unstable
 EXCLUDES =      --exclude "*"
 INCLUDES =	--include "*.html"
 ARGS =          -e ssh -v -a -z --delete $(INCLUDES) $(EXCLUDES)