← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 473: fix a mistake in the variable name of configuration folder path

 

------------------------------------------------------------
revno: 473
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Thu 2013-01-03 12:29:41 +0100
message:
  fix a mistake in the variable name of configuration folder path
modified:
  Makefile


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'Makefile'
--- Makefile	2013-01-01 20:42:18 +0000
+++ Makefile	2013-01-03 11:29:41 +0000
@@ -157,7 +157,7 @@
 
 # update list of indexed translations automatically using Importer
 update_translations_indexed_list:
-	export PYTHONPATH=$(API_PATH) ;	python $(QIMPORT) -u translations $(INDEX_PATH)extend/ $(CONFIG_PATH)translations.json
+	export PYTHONPATH=$(API_PATH) ;	python $(QIMPORT) -u translations $(INDEX_PATH)extend/  $(CONFIGS_PATH)translations.json
 
 # update quranic corpus in the database automatically using Importer
 update_quranic_corpus: