File: Makefile

package info (click to toggle)
cluster3 1.59%2Bds-3
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 5,624 kB
  • sloc: ansic: 9,948; python: 2,018; perl: 1,566; makefile: 132; sh: 27
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
docdir = ../doc

index.html: $(docdir)/cluster3.texinfo
	makeinfo --html $(docdir)/cluster3.texinfo --output=.
	python mac.py

distdir: .

clean:
	rm -f *.html