~massimeddu/ditzionariusardu/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Massimeddu
  • Date: 2010-02-21 18:18:35 UTC
  • Revision ID: massimeddu@notebook-20100221181835-q5lrrojw7ze2np1l
Fix something in Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
# Create LSC version from GSC
262
262
 
263
263
gsc2lsc :
 
264
        @echo "Doing gsc2lsc..."
 
265
        @echo "Converting files..."
264
266
        $(shell cd $(GSC_DIR); find . -regex .*\.dic -not -name sc_* -not -name hyph* -exec bash -c '../../$(TOOL_DIR)converters/gsc2lsc {} ../../$(LSC_DIR){} >> results' \; )
265
267
        @cat $(GSC_DIR)results
266
268
        @rm -f $(GSC_DIR)results
 
269
        @echo "gsc2lsc done!"
267
270
 
268
271
# Create the thesaurus index
269
272