File: Makefile.am

package info (click to toggle)
bbe 0.2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 980 kB
  • sloc: sh: 3,429; ansic: 1,880; makefile: 18
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
man_MANS = bbe.1
info_TEXINFOS = bbe.texi
CLEANFILES = bbe.html

htmldir=$(datadir)/doc/$(PACKAGE)
html_DATA = bbe.html
AM_MAKEINFOHTMLFLAGS = --no-split

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