From 8ba0ab2172ae81432ed4db9a377169857bd2d326 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 23 Dec 2014 15:29:42 -0800 Subject: Rewrite of fish_indent Changes fish_indent to leverage new parse tree Also supports colorizing output via --html and --ansi flags. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 722d6117..17f28b09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,8 +93,7 @@ FISH_OBJS := function.o builtin.o complete.o env.o exec.o expand.o \ builtin_test.o parse_tree.o parse_productions.o parse_execution.o \ pager.o utf8.o fish_version.o wcstringutil.o -FISH_INDENT_OBJS := fish_indent.o print_help.o common.o \ -parser_keywords.o wutil.o tokenizer.o fish_version.o +FISH_INDENT_OBJS := fish_indent.o print_help.o $(FISH_OBJS) # # Additional files used by builtin.o -- cgit v1.2.3