www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/source gen-include-file-list


From: Pavel Kharitonov
Subject: www/server/source gen-include-file-list
Date: Fri, 10 Feb 2012 15:05:07 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       12/02/10 15:05:07

Modified files:
        server/source  : gen-include-file-list 

Log message:
        Don't scan `po' directories.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/gen-include-file-list?cvsroot=www&r1=1.3&r2=1.4

Patches:
Index: gen-include-file-list
===================================================================
RCS file: /web/www/www/server/source/gen-include-file-list,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- gen-include-file-list       24 Dec 2011 05:24:34 -0000      1.3
+++ gen-include-file-list       10 Feb 2012 15:04:54 -0000      1.4
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: gen-include-file-list,v 1.3 2011/12/24 05:24:34 ineiev Exp $
+# $Id: gen-include-file-list,v 1.4 2012/02/10 15:04:54 ineiev Exp $
 # Copyright 2011 Free Software Foundation, Inc.
 # 
 # Copying and distribution of this file, with or without modification,
@@ -31,7 +31,7 @@
 echo '#' Do not edit.
 
 # Look for ssi statements in .html and .shtml, nothing else.
-find $webroot -type f \( -name \*.html -o -name \*.shtml \) \
+find $webroot -type f \( -name \*.html -o -name \*.shtml \) ! -path \*/po/\* \
 | while read i; do
 
     # In each file, look for SSI virtual includes like this:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]