[Commits] python.it commit r223 - in www/trunk: python.it
python.it/pics scripts
commit a svn.python.it
commit a svn.python.it
Dom 1 Ott 2006 23:47:15 CEST
Author: manlio
Date: Sun Oct 1 23:47:11 2006
New Revision: 223
Modified:
www/trunk/python.it/Makefile
www/trunk/python.it/pics/Makefile
www/trunk/scripts/make.rules
Log:
aggiornato makefiles
Modified: www/trunk/python.it/Makefile
==============================================================================
--- www/trunk/python.it/Makefile (original)
+++ www/trunk/python.it/Makefile Sun Oct 1 23:47:11 2006
@@ -5,7 +5,8 @@
LOCAL_INCLUDE = --include "*.ht"
-SUBDIRS = doc faq help topics vari
+SUBDIRS = doc faq help pics styles topics vari \
+ doc/articoli doc/diveintopython doc/howto
$(TARGETS): links.h
@@ -13,23 +14,34 @@
# XXX what's the need for this?
-subdirs: $(SUBDIRS)
+# subdirs: $(SUBDIRS)
-doc: always
- (cd doc; $(MAKE))
+# doc: always
+# (cd doc; $(MAKE))
-faq: always
- (cd faq; $(MAKE))
+# faq: always
+# (cd faq; $(MAKE))
-help: always
- (cd help; $(MAKE))
+# help: always
+# (cd help; $(MAKE))
-topics: always
- (cd topics; $(MAKE))
+# pics: always
+# (cd pics; $(MAKE))
-vari: always
- (cd vari; $(MAKE))
+# styles: always
+# (cd styles; $(MAKE))
-always:
- @echo >/dev/null
+# topics: always
+# (cd topics; $(MAKE))
+# vari: always
+# (cd vari; $(MAKE))
+
+# doc/articoli: always
+# (cd doc/articoli; $(MAKE))
+
+# doc/diveintopython: always
+# (cd doc/diveintopython; $(MAKE))
+
+# doc/howto: always
+# (cd doc/howto; $(MAKE))
Modified: www/trunk/python.it/pics/Makefile
==============================================================================
--- www/trunk/python.it/pics/Makefile (original)
+++ www/trunk/python.it/pics/Makefile Sun Oct 1 23:47:11 2006
@@ -1,4 +1,4 @@
ROOT_DIR=..
ROOT_OFFSET=pics
-include $(ROOT_DIR)/scripts/make.rules
+include ../$(ROOT_DIR)/scripts/make.rules
Modified: www/trunk/scripts/make.rules
==============================================================================
--- www/trunk/scripts/make.rules (original)
+++ www/trunk/scripts/make.rules Sun Oct 1 23:47:11 2006
@@ -94,3 +94,11 @@
cd $$dir ; make recursive; cd .. ; \
fi \
done
+
+recursiveinstall: install
+ for dir in * ; do \
+ if [ -f $$dir/Makefile ] ; then \
+ echo "Changing to $$dir" ; \
+ cd $$dir ; make recursiveinstall; cd .. ; \
+ fi \
+ done
Maggiori informazioni sulla lista
Commits