commit - 079783a6c96739c3f4e4c5b9406caf1013046693
commit + cfe4e15a08dd6e6a8bec9b9fdaa12358e52ee149
blob - c82adb1baf33ee705d436486a504b1852db9fc9f
blob + 625d53914f8c30da9cb8ab260bc748697a27e88e
--- Makefile.am
+++ Makefile.am
-SUBDIRS = test
+SUBDIRS = test
bin_PROGRAMS = telescope telescope-identity
EXTRA_telescope_SOURCES = compat/ohash.h compat/queue.h compat/imsg.h contrib \
keys
-telescope_SOURCES = bufio.c \
- bufio.h \
- certs.c \
- certs.h \
- cmd.c \
- cmd.gen.c \
- cmd.h \
- compat.h \
- compl.c \
- compl.h \
- control.c \
- control.h \
- defaults.c \
- defaults.h \
- downloads.c \
- emoji-matcher.c \
- ev.c \
- ev.h \
- exec.c \
- exec.h \
- fs.c \
- fs.h \
- gencmd.awk \
- genemoji.sh \
- help.c \
- hist.c \
- imsgev.c \
- imsgev.h \
- iri.c \
- iri.h \
- keymap.c \
- keymap.h \
- mailcap.c \
- mailcap.h \
- mcache.c \
- mcache.h \
- mime.c \
- minibuffer.c \
- minibuffer.h \
- net.c \
- pages.c \
- pages.h \
- parse.y \
- parser.c \
- parser.h \
- parser_gemtext.c \
- parser_gophermap.c \
- parser_textpatch.c \
- parser_textplain.c \
- sandbox.c \
- session.c \
- session.h \
- telescope.c \
- telescope.h \
- tofu.c \
- tofu.h \
- ui.c \
- ui.h \
- utf8.c \
- utf8.h \
- utils.c \
- utils.h \
- wrap.c \
- xwrapper.c \
- xwrapper.h
+telescope_SOURCES = bufio.c bufio.h certs.c certs.h cmd.c cmd.gen.c cmd.h \
+ compat.h compl.c compl.h control.c control.h \
+ defaults.c defaults.h downloads.c emoji-matcher.c \
+ ev.c ev.h exec.c exec.h fs.c fs.h \
+ gencmd.awk genemoji.sh help.c hist.c imsgev.c imsgev.h \
+ iri.c iri.h keymap.c keymap.h mailcap.c mailcap.h \
+ mcache.c mcache.h mime.c minibuffer.c minibuffer.h \
+ net.c pages.c pages.h parse.y parser.c parser.h \
+ parser_gemtext.c parser_gophermap.c parser_textpatch.c \
+ parser_textplain.c sandbox.c session.c session.h \
+ telescope.c telescope.h tofu.c tofu.h ui.c ui.h \
+ utf8.c utf8.h utils.c utils.h wrap.c \
+ xwrapper.c xwrapper.h
-telescope_identity_SOURCES = \
- certs.c \
- certs.h \
- fs.c \
- fs.h \
- hist.c \
- hist.h \
- identity.c \
- parser.c \
- parser.h \
- xwrapper.c \
- xwrapper.h
+telescope_identity_SOURCES = certs.c certs.h fs.c fs.h hist.c hist.h \
+ identity.c parser.c parser.h xwrapper.c xwrapper.h
noinst_PROGRAMS = pagebundler
pagebundler_SOURCES = pagebundler.c
-EXCLUDE_FROM_COCCI= bufio.c \
- certs.c \
- cmd-gen.c \
- emoji-matcher.c \
- ev.c \
- hist.c \
- pages.c \
- parse.c \
- xwrapper.c
-EXTS= .c .y
+EXCLUDE_FROM_COCCI = bufio.c certs.c cmd-gen.c emoji-matcher.c ev.c hist.c \
+ pages.c parse.c xwrapper.c
+EXTS = .c .y
SPATCH_FILES = $(foreach ext,$(EXTS),$(filter %$(ext), \
$(filter-out $(EXCLUDE_FROM_COCCI), \
LDADD = $(LIBOBJS) $(LIBGRAPHEME)
EXTRA_telescope_DEPENDENCIES = $(LIBGRAPHEME)
-EXTRA_DIST = ChangeLog \
- LICENSE \
- README.md \
- data/emoji.txt \
- libgrapheme \
- pages/*.gmi
+EXTRA_DIST = ChangeLog LICENSE README.md data/emoji.txt \
+ libgrapheme pages/*.gmi
dist_man1_MANS = telescope.1 telescope-identity.1