File: Makefile.am

package info (click to toggle)
bluefish 2.2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,568 kB
  • sloc: xml: 150,061; ansic: 60,177; python: 5,336; sh: 5,118; makefile: 1,006; sed: 16
file content (15 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

EXTRA_DIST = $(man_MANS)

MAINTAINERCLEANFILES = Makefile.in

man_MANS = $(PACKAGE).1

check-local:
	@echo  -e "\033[1mCorrect any errors before making a distribution.\033[0m"
if HAVE_MAN
	-LANG=C MANWIDTH=80 $(MAN) --warning -l $(srcdir)/$(PACKAGE).1 > /dev/null
else
	@echo -e "\033[1mCannot check the manpages because 'man' is missing.\033[0m"
endif