build: fix distcheck when building settings specification XML
authorDan Williams <dcbw@redhat.com>
Tue, 5 Feb 2013 21:23:07 +0000 (15:23 -0600)
committerDan Williams <dcbw@redhat.com>
Tue, 5 Feb 2013 21:26:05 +0000 (15:26 -0600)
commita78d66bb383b170cd47a852d7ae22b13b1110f6f
tree9455b7c3953f191b7ec4c890d0ab2d32216c3dc9
parentfbfb0fb9476fbe5957c5a3a82639f710ef08874c
build: fix distcheck when building settings specification XML

The generated settings-spec.xml should not be DIST-ed because it's
regenerated every time libnm-util changes.  That meants it gets
rebuilt during 'make' even from a dist tarball.  Thus, it shouldn't
be part of the dist tarball itself.

In addition, settings-spec.html shouldn't be included in
$(content_files) becuase this is added to EXTRA_DIST by gtk-doc.make.

Since generate-settings-spec.c the move from docs/api/ to tools/,
this started breaking distcheck even though the original Makefile
rules were wrong too.
docs/api/Makefile.am