[gimp-web] small cleanups



commit 42a747b17aebb1414ed0d1ec1e30aef379f4b2b2
Author: Simon Budig <simon budig de>
Date:   Wed Apr 10 03:05:28 2013 +0200

    small cleanups

 Makefile         |    8 ++------
 crontab/Makefile |    4 ----
 install.exclude  |    2 +-
 3 files changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/Makefile b/Makefile
index b12e140..c97664d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,9 +28,9 @@ export PYTHONPATH=$(shell pwd)/programmatic:
 SOURCES=$(shell find . -name '*.htrw' -print)
 TARGETS=$(SOURCES:.htrw=.html)
 
-.PHONY: all usage webtools mirrors install clean cvsignore programmatic includes crontab target
+.PHONY: all usage webtools mirrors install clean cvsignore programmatic includes target
 
-all: usage includes webtools mirrors crontab ${TARGETS}
+all: usage includes webtools mirrors ${TARGETS}
        rsync -rlt --omit-dir-times --exclude-from=install.exclude ./ ${DocumentRoot}
        echo ${TARGETS}
 
@@ -59,12 +59,8 @@ webtools:
 programmatic:
        $(MAKE) -C programmatic all
 
-crontab:
-       $(MAKE) -C crontab all
-
 install: all
        $(MAKE) -C programmatic install
-       $(MAKE) -C crontab install
 
 clean:
        $(MAKE) -C programmatic clean
diff --git a/install.exclude b/install.exclude
index 9b6f2c8..71063d9 100644
--- a/install.exclude
+++ b/install.exclude
@@ -1,4 +1,5 @@
 .git
+.gitignore
 /ChangeLog
 /install.config
 /install.config.sample
@@ -20,7 +21,6 @@
 /news
 /contest/gallery
 /programmatic
-/crontab
 /var
 *.*~
 *~


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