automake
[Top][All Lists]
Advanced

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

Re: Creating some directory at install time.


From: Lucas Brasilino
Subject: Re: Creating some directory at install time.
Date: Fri, 05 Nov 2004 14:11:26 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.4.2) Gecko/20040308

Hi Richard:

exampledir = $(localstatedir)/lib/$(PACKAGE)
example_DATA =     _default.xml \
        http.xml \
        pop.xml \
        smtp.xml \
        telnet.xml \
        cvs.xml \
        ftp.xml \
        ldap.xml \
        ssh.xml

    Is that right using 'DATA' primitive with this type of file?
Should I change 'exampledir' to '$(DESTDIR)$(localstatedir)/lib/$(PACKAGE) ?


Yes, although I think the documentation is shared rather than local state. So perhaps it should be $(sharedstatedir) or $(pkgdatadir) rather than $(localstatedir). See:

        Ok, but to be more exactly those XML docs will be
modified by the application....

bests regards


--

[]'s
Lucas Brasilino
address@hidden
http://www.recife.pe.gov.br
Emprel -        Empresa Municipal de Informatica (pt_BR)
                Municipal Computing Enterprise (en_US)
Recife - Pernambuco - Brasil
Fone: +55-81-32327078





reply via email to

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