File: Makefile.am

package info (click to toggle)
mimetic 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,516 kB
  • ctags: 1,749
  • sloc: cpp: 11,182; sh: 7,902; makefile: 162
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
EXTRA_DIST=header.html footer.html

clean-local:
	rm -f index.html doxygen.config
	rm -rf html/

docs: doxygen.config
	doxygen doxygen.config