File: Makefile.am

package info (click to toggle)
xfm 1.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,336 kB
  • ctags: 1,815
  • sloc: ansic: 15,711; sh: 1,002; makefile: 177
file content (9 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
MAINTAINERCLEANFILES = Makefile.in

man_MANS = xfm.1 xfmtype.1 xfm.5 xfm_dev.5 xfmmailcap.1 xfm_mailcap.5 xfm_magic.5 xfm_mime.types.5

%: %.in
	sed -e s#DATADIR#"$(pkgdatadir)"# -e s#CONFDIR#"$(sysconfdir)"/X11/xfm# -e s#APPDIR#"$(sysconfdir)"/X11/xfm# $< >$@ || rm $@

EXTRA_DIST =  $(addsuffix .in,$(man_MANS))
CLEANFILES = $(man_MANS)