File: Makefile.am

package info (click to toggle)
ffe 0.2.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,100 kB
  • ctags: 324
  • sloc: sh: 6,399; ansic: 3,205; makefile: 72
file content (10 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
man_MANS = ffe.1
info_TEXINFOS = ffe.texi
ffe_TEXINFOS = texinfo.css
CLEANFILES = ffe.html ffe.info

htmldir=$(docdir)
html_DATA = ffe.html 
AM_MAKEINFOHTMLFLAGS = --no-split --css-include=texinfo.css --no-headers

EXTRA_DIST = $(man_MANS) $(info_TEXINFOS) $(html_DATA)