Better support for option cleanup in python package
[adesklets.git] / doc / Makefile.dist.in
bloba01e5d462169e8f4244b9a46c45f84feaa055707
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 prefix  = @prefix@
10 infodir = @infodir@
11 man1dir = @mandir@/man1
13 all:
15 install:
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" || :;\
23           done; \
24         else : ; fi
25         $(install) adesklets.1 $(DESTDIR)/$(man1dir)
26         $(install) adesklets_checkin.1 $(DESTDIR)/$(man1dir)
27         $(install) adesklets_submit.1 $(DESTDIR)/$(man1dir)
29 distdir:
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 "***************************************************"