OSDN Git Service

sitemap.xml を生成する機能を追加。
[linuxjm/jm.git] / www / Makefile
index 48c4d94..995700c 100644 (file)
@@ -61,7 +61,6 @@ clean:
 
 install: all
        $(MAKE) -C guidance  WWWROOT=$(WWWROOT) install
-       $(MAKE) -C ../admin/site WWWROOT=$(WWWROOT) install
        $(RSYNC) -a -v \
        --exclude='bin' \
        --exclude='*.m4' \
@@ -70,4 +69,4 @@ install: all
        --exclude='Makefile' \
        --exclude='ChangeLog' \
        * $(WWWROOT)
-
+       $(MAKE) -C ../admin/site WWWROOT=$(WWWROOT) install