File: Makefile.am

package info (click to toggle)
blackbox 0.70.1-40
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,544 kB
  • sloc: cpp: 17,593; sh: 8,756; makefile: 1,035; awk: 25
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# doc/Makefile.am for Blackbox - an X11 Window manager

CLEANFILES = blackbox.1
MAINTAINERCLEANFILES = Makefile.in
man_MANS = blackbox.1 bsetroot.1 bsetbg.1

DEFAULT_MENU=$(pkgdatadir)/menu

distclean-local:
	rm -f *\~ .\#*

blackbox.1: blackbox.1.in
	@regex_cmd@ -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
		-e "s,@pkgdatadir@,$(pkgdatadir)," \
		-e "s,@version@,$(VERSION)," \
		 @srcdir@/blackbox.1.in > blackbox.1