File: Makefile.am

package info (click to toggle)
texi2html 1.82%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 32,848 kB
  • sloc: perl: 15,888; xml: 6,075; sh: 3,977; makefile: 543
file content (10 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = htmlxref.cnf \
 tests.txt res

DISTCLEANFILES = l2h_tmp_dir.init tests.log tests.out

distclean-local:
	rm -rf out diffs

dist-hook:
	rm -rf `find $(distdir)/res -name CVS`