Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 37e222326095a93978d54b1564dd9954 > files > 23

apcupsd-3.10.5-1mdk.ppc.rpm

# doc/Makefile.in
#
# Copyright (C) 1999-2002 Riccardo Facchetti <riccardo@master.oasi.gpa.it>
#

# Default variables
@VARIABLES@
# TOP source directory.
topdir = @top_srcdir@
top_builddir = $(topdir)

# Include the default make targets: to be put before the all-targets: rule.
@TARGETS@

all-targets: apcupsd.man

apcupsd.man: dummy

install: install-man

install-man: apcupsd.man
	@$(ECHO) "Installing manual pages..."
	@$(SHELL) $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(manext)
	@$(INSTALL_DATA) apcupsd.man $(DESTDIR)$(mandir)/man$(manext)/apcupsd.$(manext)

uninstall:
	@$(ECHO) "Removing manual page ..."
	@$(RM) -f $(DESTDIR)$(mandir)/man$(manext)/apcupsd.$(manext)

clean: targetclean

distclean: targetdistclean
	$(RMF) Makefile 
	@rm -rf CVS techlogs/CVS manual/CVS

# -----------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- make depend depends on it.