File: Makefile

package info (click to toggle)
hunspell-bo 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 4
  • sloc: makefile: 63; xml: 20
file content (10 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
all: xpi

xpi: install.rdf ../bo.dic ../bo.aff
	@echo "Making xpi file for firefox..."
	@mkdir -p dictionaries && cp ../bo.dic ../bo.aff dictionaries
	@zip -rq tibetan-spellchecker.xpi install.rdf dictionaries

clean:
	@rm -rf dictionaries README tibetan-spellchecker.xpi