From 3ef600e96ef1eeed4798ebf4ca0f914f30f827ee Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 11 Nov 2023 20:18:08 -0500 Subject: Build all publishers, fallback to $PATH lookups as necessary. --- Makefile.am | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7a6583e..15cc34f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,6 +59,8 @@ SOURCES = \ haunt/builder/blog.scm \ haunt/builder/rss.scm \ haunt/reader/texinfo.scm \ + haunt/publisher/rsync.scm \ + haunt/publisher/sourcehut.scm \ haunt/watch/fallback.scm \ haunt/ui.scm \ haunt/ui/build.scm \ @@ -91,20 +93,6 @@ SOURCES += \ endif -if HAVE_RSYNC - -SOURCES += haunt/publisher/rsync.scm - -endif - -if HAVE_HUT -if HAVE_TAR - -SOURCES += haunt/publisher/sourcehut.scm - -endif -endif - TESTS = \ tests/helper.scm \ tests/post.scm \ -- cgit v1.2.3