OSDN Git Service

remove unnecessary commentouts
authorMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Sun, 24 Oct 2010 17:12:55 +0000 (02:12 +0900)
committerMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Sun, 24 Oct 2010 17:12:55 +0000 (02:12 +0900)
Makefile

index cddb2d6..fc0d6d0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,8 @@ export PROJROOT
 
 all:
        cd docs ; make
-#      if [ -d $(FTP_ROOT)/JFdocs ]; then \
-#              rm -rf $(FTP_ROOT)/JFdocs; \
-#      fi
 
-generate_database: $(JFINDEXDB) $(CONTRIBDB)
+generate_database: $(JFINDEXDB)
 
 install-docs:
        cd docs ; make install
@@ -31,14 +28,6 @@ www_contents:
 greenroom_contents:
        cd admin/Greenroom ; make install
 
-# ldp-jp_contents:
-#      rm -rf $(WWW_ROOT)/LDP
-#      mkdir -p $(WWW_ROOT)/LDP
-#      (cd LDP; tar cf - --exclude=CVS --exclude=Makefile --exclude=bin \
-#       --exclude="*.\#?*" --exclude=.cvsignore \
-#       --exclude="ChangeLog" --exclude="_?*" --exclude="*.m4" ./) \
-#       | ( cd $(WWW_ROOT)/LDP; tar xpf -)
-
 install-www:   www_contents greenroom_contents \
                $(WWW_ROOT)/JFdocs/INDEX-JF.html \
                $(WWW_ROOT)/JFdocs/JFtxt.tar.gz \
@@ -201,17 +190,10 @@ $(JFINDEXDB): $(INDEXING_SCRIPT) $(SUMMARIZING_SCRIPT) $(LAST_MODIFIED) $(OBSOLE
        @echo -n "JF: Generating index database..."
        @rm -f $(JFINDEXDB)
        @find $(PROJROOT)/docs -name "info" | xargs $(GEN_INDEX)
-#      @find $(PROJROOT)/docs -name "info" -maxdepth 3 -print | xargs $(GEN_INDEX)
        @echo "done."
 
-#$(CONTRIBDB): $(LAST_MODIFIED)
-#      @echo -n "JF: Generating index database of contributed documents..."
-#      @rm -f $(CONTRIBDB)
-#      @find $(PROJROOT)/docs -name "info" -maxdepth 7 -mindepth 4 -print | xargs $(GEN_CONTRIB)
-#      @echo "done."
-
 clean:
-       (cd docs ; make clean)
-       (cd www ; make clean)
-       (cd admin/Greenroom ; make clean)
+       cd docs ; make clean
+       cd www ; make clean
+       cd admin/Greenroom ; make clean
        rm -f $(LAST_MODIFIED)