mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-26 09:23:55 +00:00
automake: add missing files to distribution.
make distcheck now completes.
This commit is contained in:
parent
36be4e4d26
commit
5838bb63a0
3 changed files with 12 additions and 8 deletions
|
|
@ -1,3 +1,4 @@
|
|||
SUBDIRS= rfc-csv
|
||||
EXTRA_DIST= \
|
||||
a.csv \
|
||||
a.pprint \
|
||||
|
|
@ -27,14 +28,6 @@ EXTRA_DIST= \
|
|||
null-fields.csv \
|
||||
null-fields.nidx \
|
||||
regularize.dkvp \
|
||||
rfc-csv/narrow-truncated.csv \
|
||||
rfc-csv/narrow.csv \
|
||||
rfc-csv/quoted-comma-truncated.csv \
|
||||
rfc-csv/quoted-comma.csv \
|
||||
rfc-csv/quoted-crlf-truncated.csv \
|
||||
rfc-csv/quoted-crlf.csv \
|
||||
rfc-csv/simple-truncated.csv \
|
||||
rfc-csv/simple.csv \
|
||||
sec2gmt \
|
||||
sec2xhms \
|
||||
short \
|
||||
|
|
|
|||
10
c/test/input/rfc-csv/Makefile.am
Normal file
10
c/test/input/rfc-csv/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
EXTRA_DIST= \
|
||||
modify-defaults.csv \
|
||||
narrow-truncated.csv \
|
||||
narrow.csv \
|
||||
quoted-comma-truncated.csv \
|
||||
quoted-comma.csv \
|
||||
quoted-crlf-truncated.csv \
|
||||
quoted-crlf.csv \
|
||||
simple-truncated.csv \
|
||||
simple.csv
|
||||
|
|
@ -34,6 +34,7 @@ AC_CONFIG_FILES([Makefile
|
|||
c/test/Makefile
|
||||
c/test/expected/Makefile
|
||||
c/test/input/Makefile
|
||||
c/test/input/rfc-csv/Makefile
|
||||
c/tools/Makefile
|
||||
c/Makefile
|
||||
doc/Makefile])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue