File: Makefile

package info (click to toggle)
python-odf 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,400 kB
  • sloc: python: 22,029; makefile: 362; xml: 2
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
all: fellowship.content

fellowship.content: html2odt.py
	python html2odt.py http://opendocumentfellowship.org/ >fellowship.content

clean:
	rm -f *.content *.meta *.styles