Skip to content

Commit

Permalink
Fix make maintainer-clean target
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Feb 17, 2011
1 parent 756f452 commit f2f0895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#

MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in config.h.in config.h.in~

idir=$(includedir)/heartbeat
i_HEADERS = agent_config.h
Expand Down
3 changes: 3 additions & 0 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ man8_MANS = $(sbin_SCRIPTS:%=%.8)
echo Creating $@
chmod a+x $<
help2man --output $@ --no-info --section 8 --name "Part of the Linux-HA project" $(top_builddir)/tools/$<

clean-local:
rm -f $(sbin_SCRIPTS:%=%.8)
endif

.PHONY: install-exec-hook

0 comments on commit f2f0895

Please sign in to comment.