Typo.
[adesklets.git] / doc / Makefile.dist.in
blobfb143e4ce5cfbb44fe7a38a7ab898c3580fabe49
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         $(install) adesklets.1 $(DESTDIR)/$(man1dir)
19         $(install) adesklets_checkin.1 $(DESTDIR)/$(man1dir)
20         $(install) adesklets_submit.1 $(DESTDIR)/$(man1dir)
22 distdir:
23         @echo "***************************************************"
24         @echo "WARNING, WARNING, WARNING"
25         @echo "This package lacks all the documentation source,"
26         @echo "therefore should not be used as a base of new"
27         @echo "distribution. Go to http://adesklets.sf.net/, and"
28         @echo "grab the full source from the code repository." 
29         @echo "***************************************************"