1 # This is a minimally automake-compatible makefile skeleton
2 # ready to be processed by autoconf into a real makefile.
4 # This is put in place by the dist-hook target of the "real"
5 # Makefile.am when creating a distribution of the package.
8 install = @SHELL@ @install_sh@ -c -m 644
11 man1dir = @mandir@/man1
16 $(install) adesklets.info $(DESTDIR)/$(infodir)
17 $(install) adesklets_fr.info $(DESTDIR)/$(infodir)
18 @if (install-info --version && \
19 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
20 for file in adesklets_en.info adesklets_fr.info; do \
21 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$file'";\
22 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$file" || :;\
25 $(install) adesklets.1 $(DESTDIR)/$(man1dir)
26 $(install) adesklets_checkin.1 $(DESTDIR)/$(man1dir)
27 $(install) adesklets_submit.1 $(DESTDIR)/$(man1dir)
30 @echo "***************************************************"
31 @echo "WARNING, WARNING, WARNING"
32 @echo "This package lacks all the documentation source,"
33 @echo "therefore should not be used as a base of new"
34 @echo "distribution. Go to http://adesklets.sf.net/, and"
35 @echo "grab the full source from the code repository."
36 @echo "***************************************************"