1macrodir = $(pkgdatadir)/examples/macros.d 2 3macro_DATA = \ 4 macro.0.sh \ 5 macro.1.sh \ 6 macro.3.sh \ 7 macro.4.sh \ 8 macro.5.sh \ 9 macro.6.sh \ 10 macro.7.sh 11 12EXTRA_DIST = \ 13 $(macro_DATA) 14
1macrodir = $(pkgdatadir)/examples/macros.d 2 3macro_DATA = \ 4 macro.0.sh \ 5 macro.1.sh \ 6 macro.3.sh \ 7 macro.4.sh \ 8 macro.5.sh \ 9 macro.6.sh \ 10 macro.7.sh 11 12EXTRA_DIST = \ 13 $(macro_DATA) 14