## Process this file with automake to produce Makefile.in ## install documentation bin_SCRIPTS = updatedd-wrapper ## create config all-local: ./create-config $(prefix) ## install documentation install-data-local: if test ! -e $(DESTDIR)$(sysconfdir)/$(conf); then \ $(INSTALL) -d $(DESTDIR)$(sysconfdir); \ $(INSTALL) -m 600 updatedd-wrapper.conf $(DESTDIR)$(sysconfdir); \ fi uninstall-local: $(RM) $(DESTDIR)$(sysconfdir)/updatedd-wrapper.conf ## manuals man1_MANS = updatedd-wrapper.1 man5_MANS = updatedd-wrapper.conf.5 ## extra includes EXTRA_DIST = updatedd-wrapper.1 updatedd-wrapper.conf.5 ## clean files MOSTLYCLEANFILES = updatedd-wrapper.conf