File: Makefile

package info (click to toggle)
synce-sync-engine 0.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 996 kB
  • ctags: 923
  • sloc: python: 8,586; xml: 949; makefile: 51; sh: 7
file content (5 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
all: sync-engine.html

sync-engine.html: $(PWD)/../engine/*.py doc-generator.py
	chmod +x doc-generator.py
	PYTHONPATH=$(PWD)/..:$(PYTHONPATH) ./doc-generator.py engine order >sync-engine.html