File: Makefile.am

package info (click to toggle)
eggdbus 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,692 kB
  • ctags: 2,928
  • sloc: ansic: 26,030; sh: 10,151; xml: 5,641; makefile: 437
file content (18 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

NULL =

if MAN_PAGES_ENABLED

man_MANS = eggdbus-binding-tool.1 	   \
	   $(NULL)

%.1 : %.xml
	$(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<

endif # MAN_PAGES_ENABLED

EXTRA_DIST= eggdbus-binding-tool.xml        	\
	    $(NULL)

clean-local:
	rm -f *~ *.1