automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

installing info files


From: Patrick Alken
Subject: installing info files
Date: Sun, 21 May 2017 09:16:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hello,

  I have a .info file (not generated by texinfo) and would like it to be
installed under 'make install'. I tried adding it like this:

info_DATA = file.info

but this gives the following error:

doc/Makefile.am:7: error: 'infodir' is not a legitimate directory for 'DATA'

My current solution, which works is this:

------------------
EXTRA_DIST = file.info

install-data-local: file.info
    ${INSTALL} file.info ${infodir}
------------------

This works but probably isn't the proper solution. Can anyone tell me
how to correctly install a .info file which isn't generated from a
.texinfo source?

Thanks,
Patrick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]