Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv28672/htdocs

Modified Files:
        Makefile 
Log Message:
Add an install target to rsync the .html files into place
on www.tmda.net.


Index: Makefile
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile    1 Oct 2002 19:55:32 -0000       1.3
+++ Makefile    1 Oct 2002 21:55:17 -0000       1.4
@@ -29,6 +29,12 @@
 TARGETS =      $(filter-out *.html,$(SOURCES:%.ht=%.html)) $(EXTRA_TARGETS)
 GENERATED_HTML= $(SOURCES:.ht=.html)
 
+DEST =          [EMAIL PROTECTED]:www/tmda.net/htdocs/
+EXCLUDES =      --exclude "*"
+INCLUDES =     --include "*.html"
+ARGS =          -v -a -z --delete $(INCLUDES) $(EXCLUDES)
+
+
 .SUFFIXES:     .ht .html
 
 .ht.html:
@@ -49,3 +55,6 @@
        -rm -f config-vars.tmp
 
 remake: clean all
+
+install: 
+       rsync $(ARGS) . $(DEST)

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to