]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/woapp-gs.make
added a flag to disable XML style generation of close tags
[sope] / sope-appserver / NGObjWeb / woapp-gs.make
index 9335543530f8e31c8bc79cc76961b6d273702c95..e2ca691da49250244fb5b2e05627ed293bee56f7 100644 (file)
@@ -365,7 +365,7 @@ $(WOAPP_DIR_NAME)/WebServerResources:
 internal-woapp-install_::
        @($(MKINSTALLDIRS) $(GNUSTEP_WOAPPS); \
        rm -rf $(GNUSTEP_WOAPPS)/$(WOAPP_DIR_NAME); \
-       $(TAR) chf - --exclude=CVS --to-stdout $(WOAPP_DIR_NAME) | (cd $(GNUSTEP_WOAPPS); $(TAR) xf -))
+       $(TAR) chf - --exclude=CVS --exclude=.svn --to-stdout $(WOAPP_DIR_NAME) | (cd $(GNUSTEP_WOAPPS); $(TAR) xf -))
 ifneq ($(CHOWN_TO),)
        $(CHOWN) -R $(CHOWN_TO) $(GNUSTEP_WOAPPS)/$(WOAPP_DIR_NAME)
 endif