File: Makefile.am

package info (click to toggle)
libticables3 3.2.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,804 kB
  • ctags: 1,670
  • sloc: ansic: 10,513; sh: 9,397; makefile: 337; pascal: 263; cpp: 121; sed: 93
file content (13 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

#info_TEXINFOS = libticables.texi

EXTRA_DIST = libticables-v3.x.x.html libticables-v2.x.x.html libticables-v1.x.x.html

#libticables.html:
#	(cd $(srcdir); texi2html glib.texi)

files:
	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
	  echo $$p; \
	done