[Slashdotjp-dev 1432] [963] fix to make slash-regen-all command

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 1月 20日 (火) 20:13:23 JST


Revision: 963
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=963
Author:   tach
Date:     2009-01-20 20:13:22 +0900 (Tue, 20 Jan 2009)

Log Message:
-----------
fix to make slash-regen-all command

Modified Paths:
--------------
    slashjp/trunk/Makefile
    slashjp/trunk/debian/slash-backend.links


-------------- next part --------------
Modified: slashjp/trunk/Makefile
===================================================================
--- slashjp/trunk/Makefile	2009-01-20 10:25:38 UTC (rev 962)
+++ slashjp/trunk/Makefile	2009-01-20 11:13:22 UTC (rev 963)
@@ -38,18 +38,18 @@
 MAKE = make -s
 
 # Subdirectories excl. CVS in the current directory (like plugins/ or tagboxes/)
-SUBDIRS = `find . -maxdepth 1 -name CVS -prune -o -type d -name [a-zA-Z]\* -print`
+SUBDIRS = `find . -maxdepth 1 -name CVS -prune -o -type d -name [a-zA-Z]\* -print | grep -v .svn`
 
 # Perl scripts, grouped by directory.
-BINFILES = `find bin -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\* -type f -print`
-SBINFILES = `find sbin -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\* -type f -print`
-THEMEFILES = `find themes -name CVS -prune -o -name .git -prune -o -name [a-zA-z]\*.pl -print`
-PLUGINFILES = `find plugins themes/*/plugins -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\*.pl -print`
-TAGBOXFILES = `find tagboxes themes/*/tagboxes -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\*.pl -print`
-PLUGINSTALL = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'plugins/[a-zA-Z0-9]+$$'`
-TAGINSTALL = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'tagboxes/[a-zA-Z]+$$'`
-PLUGINDIRS = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'plugins$$'`
-TAGBOXDIRS = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'tagboxes$$'`
+BINFILES = `find bin -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\* -type f -print | grep -v .svn`
+SBINFILES = `find sbin -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\* -type f -print | grep -v .svn`
+THEMEFILES = `find themes -name CVS -prune -o -name .git -prune -o -name [a-zA-z]\*.pl -print | grep -v .svn`
+PLUGINFILES = `find plugins themes/*/plugins -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\*.pl -print | grep -v .svn`
+TAGBOXFILES = `find tagboxes themes/*/tagboxes -name CVS -prune -o -name .git -prune -o -name [a-zA-Z]\*.pl -print | grep -v .svn`
+PLUGINSTALL = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'plugins/[a-zA-Z0-9]+$$' | grep -v .svn`
+TAGINSTALL = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'tagboxes/[a-zA-Z]+$$' | grep -v .svn`
+PLUGINDIRS = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'plugins$$' | grep -v .svn`
+TAGBOXDIRS = `find . -name CVS -prune -o -name .git -prune -o -type d -print | egrep 'tagboxes$$' | grep -v .svn`
 
 # What do we use to invoke perl?
 REPLACEWITH = `$(PERL) -MConfig -e 'print quotemeta($$Config{startperl})' | sed 's/@/\\@/g'`

Modified: slashjp/trunk/debian/slash-backend.links
===================================================================
--- slashjp/trunk/debian/slash-backend.links	2009-01-20 10:25:38 UTC (rev 962)
+++ slashjp/trunk/debian/slash-backend.links	2009-01-20 11:13:22 UTC (rev 963)
@@ -8,6 +8,7 @@
 usr/share/slash/bin/symlink-tool	usr/bin/slash-symlink-tool
 usr/share/slash/bin/template-check	usr/bin/slash-template-check
 usr/share/slash/bin/template-tool	usr/bin/slash-template-tool
+usr/share/slash/bin/regen-all		usr/bin/slash-regen-all
 usr/bin/slash-command-wrapper		usr/bin/slash-runtask
 usr/bin/slash-command-wrapper		usr/bin/slash-install-slashsite
 usr/bin/slash-command-wrapper		usr/bin/slash-install-theme


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る