[dist] Some more distribution related cleanup.

Remove init-sql.h from the distributed package and remove the redundant
files from DISTCLEAN.
This commit is contained in:
Suresh Sundriyal 2020-09-23 16:20:11 -07:00
parent 65b999c5ca
commit f8e990cf76
1 changed files with 1 additions and 4 deletions

View File

@ -268,7 +268,6 @@ noinst_HEADERS = \
hist_source.hh \
hotkeys.hh \
init.sql \
init-sql.h \
input_dispatcher.hh \
k_merge_tree.h \
line_buffer.hh \
@ -465,9 +464,7 @@ CLEANFILES = \
DISTCLEANFILES = \
$(BUILT_SOURCES) \
$(RE2C_FILES) \
help-txt.c \
init-sql.c
$(RE2C_FILES)
uncrusty:
(cd $(srcdir) && uncrustify -c ../lnav.cfg --replace $(SOURCES) \