File: Makefile

package info (click to toggle)
libnumbertext 1.0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,380 kB
  • sloc: python: 439; cpp: 395; java: 244; javascript: 108; makefile: 101; xml: 84; sh: 40
file content (8 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
all:
	cat index.html.in | ../bin/shellhtml >webroot/index.html
	cat Soros.html.in | ../bin/shellhtml >webroot/Soros.html
	cat AUTHORS.html.in | ../bin/shellhtml >webroot/AUTHORS.html

clean:
	rm -f webroot/index.html webroot/Soros.html webroot/AUTHORS.html webroot/*.pdf
	rm -f webroot/Soros.py webroot/Soros.js