CVS: tmda/htdocs Makefile,1.12,1.13
"Jason R. Mastaler" <[email protected]> Mon, 18 Sep 2006 12:53:21 -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-serv26071 Modified Files: Makefile Log Message: don't forget tmda.css Index: Makefile =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile 18 Sep 2006 19:48:28 -0000 1.12 +++ Makefile 18 Sep 2006 19:53:17 -0000 1.13 @@ -24,7 +24,7 @@ DEST = [email protected]:/www/tmda.net/htdocs EXCLUDES = --exclude "*" -INCLUDES = --include "*.html" +INCLUDES = --include "*.html" --include "*.css" ARGS = -e ssh -v -a -z --delete $(INCLUDES) $(EXCLUDES)