Install data directory tree with massive number of files using automake

前端 未结 3 1183
一向
一向 2021-02-07 10:17

I have a data directory which I would like automake to generate install and uninstall targets for. Essentially, I just want to copy this directory verbatim to the DATA director

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-07 11:08

    I would write a script (either as a separate shell script, or in the Makefile.am), that is run as part of the install-data-hook target.

提交回复
热议问题