mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-29 17:20:34 +00:00
Update MAINTAINERCLEANFILES variables
Makefile.am: Use helper variables from git.mk man/Makefile.am: This should be $(dist_man_MANS) instead of $(man_MANS) Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
173a8cff4e
commit
69e0476314
18
Makefile.am
18
Makefile.am
@ -29,23 +29,11 @@ DISTCLEAN_FILES = \
|
||||
$(NULL)
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(srcdir)/AUTHORS \
|
||||
$(srcdir)/INSTALL \
|
||||
$(srcdir)/aclocal.m4 \
|
||||
$(srcdir)/autoscan.log \
|
||||
$(srcdir)/config.h.in \
|
||||
$(srcdir)/build-aux/compile \
|
||||
$(srcdir)/build-aux/config.guess \
|
||||
$(srcdir)/build-aux/config.sub \
|
||||
$(srcdir)/build-aux/depcomp \
|
||||
$(srcdir)/build-aux/install-sh \
|
||||
$(srcdir)/build-aux/ltmain.sh \
|
||||
$(srcdir)/build-aux/missing \
|
||||
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
||||
$(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
|
||||
$(srcdir)/m4/intltool.m4 \
|
||||
$(srcdir)/m4/libtool.m4 \
|
||||
$(srcdir)/m4/ltoptions.m4 \
|
||||
$(srcdir)/m4/ltsugar.m4 \
|
||||
$(srcdir)/m4/ltversion.m4 \
|
||||
$(srcdir)/m4/lt~obsolete.m4 \
|
||||
$(NULL)
|
||||
|
||||
dist-hook: gen-ChangeLog gen-AUTHORS
|
||||
|
||||
@ -10,7 +10,7 @@ EXTRA_DIST = \
|
||||
virt-viewer.pod \
|
||||
$(NULL)
|
||||
|
||||
MAINTAINERCLEANFILES = $(man_MANS)
|
||||
MAINTAINERCLEANFILES = $(dist_man_MANS)
|
||||
|
||||
%.1: %.pod
|
||||
$(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user