]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
cleanup: fix make distclean in doc 473/head
authorPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 14:42:49 +0000 (09:42 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 14:45:55 +0000 (09:45 -0500)
commit78ee1141b5958d0872a8ffada0f37729e06624e2
tree5776ab8bf58858d8d044448737c9118e9174ffba
parent56bb597695c6541ae8b570fa4824f30c8b8f2624
cleanup: fix make distclean in doc

RRD*.pod were in the repository, but were always generated and were
removed by "make distclean", resulting in an unexpected response from
"git status".  Resolve this by removing them from the repository.

Also eliminate the wildcards from CLEANFILES, instead explicitly listing
all derived files.

Also add a couple files to EXTRADIST (PDF documentation and the RRD*.pod
files).

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
.gitignore
doc/Makefile.am
doc/RRDp.pod [deleted symlink]
doc/RRDs.pod [deleted symlink]