site: end of line message, adesklets is not dead.
[adesklets.git] / doc / Makefile.dist.in
blob46cdc865cf3117fa0d586747e878b8957606dc2b
1 # This is a minimally automake-compatible makefile skeleton 
2 # ready to be processed by autoconf into a real makefile.
3
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
9 install_dir = @SHELL@ @install_sh@ -d 
10 prefix  = @prefix@
11 infodir = @infodir@
12 man1dir = @mandir@/man1
14 all:
16 install:
17         test -d $(DESTDIR)$(infodir) || $(install_dir) $(DESTDIR)$(infodir)
18         $(install) adesklets.info $(DESTDIR)$(infodir)
19         $(install) adesklets_fr.info $(DESTDIR)$(infodir)
20         @if (install-info --version && \
21              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
22           for file in adesklets_en.info adesklets_fr.info; do \
23             echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$file'";\
24             install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$file" || :;\
25           done; \
26         else : ; fi
27         test -d $(DESTDIR)$(man1dir) || $(install_dir) $(DESTDIR)$(man1dir)
28         $(install) adesklets.1 $(DESTDIR)$(man1dir)
29         $(install) adesklets_installer.1 $(DESTDIR)$(man1dir)
30         $(install) adesklets_checkin.1 $(DESTDIR)$(man1dir)
31         $(install) adesklets_submit.1 $(DESTDIR)$(man1dir)
33 distdir:
34         @echo "***************************************************"
35         @echo "WARNING, WARNING, WARNING"
36         @echo "This package lacks all the documentation source,"
37         @echo "therefore should not be used as a base of new"
38         @echo "distribution. Go to http://adesklets.sf.net/, and"
39         @echo "grab the full source from the code repository." 
40         @echo "***************************************************"
42 distclean: