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 (19 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

man_MANS = ticables-config.1

EXTRA_DIST = $(man_MANS) cleaner.c manpage.txt

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

view: $(man_MANS)
	groff -Tascii -man $(man_MANS) | less

dist_win: $(man_MANS)
	groff -Tascii -man $(man_MANS) > manpage
	gcc cleaner.c -o cleaner
	./cleaner manpage
	dos2unix manpage.txt