~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to memcached/doc/Makefile.am

Merge working tree with build tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
man_MANS = memcached.1
 
2
 
 
3
EXTRA_DIST = *.txt
 
4
 
 
5
BUILT_SOURCES=
 
6
 
 
7
if BUILD_SPECIFICATIONS
 
8
BUILT_SOURCES += protocol-binary.txt protocol-binary-range.txt
 
9
MOSTLYCLEANFILES = protocol-binary.txt protocol-binary-range.txt
 
10
endif
 
11
 
 
12
%.txt: %.full
 
13
        @XML2RFC@ $< $@
 
14
 
 
15
%.chk: %.xml xml2rfc/rfc2629-refchk.xsl
 
16
        @XSLTPROC@ xml2rfc/rfc2629-refchk.xsl $< >$@
 
17
 
 
18
%.full: %.xml xml2rfc/rfc2629-noinc.xsl
 
19
        @XSLTPROC@ xml2rfc/rfc2629-noinc.xsl $< >$@
 
20