Project

General

Profile

Revision 222bbb37

ID222bbb37ed74a0e5b18303b551bc48bd8c368d6d
Parent c02aff6b
Child 9a31cbd1

Added by Aurelien BOMPARD about 14 years ago

Correction de quelques erreurs de syntaxe

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@2775 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

javascript/Makefile
46 46
# Files that will be copied from the source directory into the build
47 47
# directory (space separated list). The default list is empty.
48 48
#
49
APPLICATION_FILES = index.html
49
APPLICATION_FILES =
50 50

  
51 51
#-------------------------------------------------------------------------------
52 52
# For a full list and description of available application settings, please 
......
67 67

  
68 68

  
69 69

  
70

  
71 70
################################################################################
72 71
# INTERNALS (PLEASE DO NOT CHANGE)
73 72
################################################################################
......
85 84
# Vigilo-specific
86 85
################################################################################
87 86

  
87
$(QOOXDOO_PATH): qooxdoo-0.7.3-sdk.tar.gz
88
	rm -rf $(QOOXDOO_PATH)
89
	tar -xzf qooxdoo-0.7.3-sdk.tar.gz
88 90

  
89 91
clean:
90 92
	find $(CURDIR) -name "*~" -exec rm {} \;

Also available in: Unified diff