File: Makefile

package info (click to toggle)
libhangul 0.1.0%2Bgit20170815-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,376 kB
  • sloc: ansic: 8,295; python: 627; xml: 394; makefile: 164; ruby: 24; sh: 12
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
doc: Doxyfile hangulkeyboards.dox
	doxygen

hangulkeyboards.dox: gen_hangulkeyboards.py
	./gen_hangulkeyboards.py > $@

Doxyfile: Doxyfile.in
	cd .. && ./config.status doc/$@

clean:
	rm -rf html