File: Makefile.am

package info (click to toggle)
gypsy 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,704 kB
  • sloc: sh: 10,975; ansic: 5,909; xml: 1,218; makefile: 189; python: 31
file content (13 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
%.xml: %-full.xml
	$(AM_V_GEN)$(XSLT) -o $@ $(top_srcdir)/docs/tools/spec-strip-docs.xsl $<

noinst_DATA = gypsy-server.xml	\
	      gypsy-client.xml	\
	      gypsy-discovery.xml

BUILT_SOURCES = $(noinst_DATA)
CLEANFILES = $(BUILT_SOURCES)

EXTRA_DIST = gypsy-server-full.xml	\
	     gypsy-client-full.xml	\
	     gypsy-discovery-full.xml