summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'make distcheck'.v0.2David Thompson2016-04-241-2/+6
|
* build: Allow building with Guile 2.2.David Thompson2016-02-151-2/+2
| | | | | * Makefile.am (moddir, goddir): Remove hardcoded "2.0". * configure.ac: Check to 2.2 as well.
* build: Don't build dvi docs.David Thompson2015-12-061-0/+1
|
* Renamed README.md to README.David Thompson2015-11-101-1/+1
|
* build: Declare a dependency for the manual.Mathieu Lirzin2015-11-101-0/+1
| | | | | | This fixes 'make distcheck' failure. * Makefile.am (doc_haunt_TEXINFOS): New variable.
* build: Fix all the Guix development package references.Mathieu Lirzin2015-11-101-1/+2
| | | | | | * Makefile.am (EXTRA_DIST): Use 'guix.scm' instead of the obsolete file name 'package.scm'. * example/posts/baz.skr: Likewise.
* reader: Add texinfo support.David Thompson2015-10-151-1/+2
| | | | | | | * haunt/reader/texinfo.scm: New file. * Makefile.am (SOURCES): Add it. * example/haunt.scm: Activate texinfo reader. * example/posts/quux.scm: New file.
* tests: Add post tests.David Thompson2015-10-151-0/+1
| | | | | * tests/post.scm: New file. * Makefile.am (TESTS): Add it.
* Add beginnings of a reference manual.David Thompson2015-10-151-0/+2
| | | | | | | * Makefile.am (info_TEXINFOS): New variable. * doc/haunt.texi: New file. * doc/fdl-1.3.texi: New file. * guix.scm [native-inputs]: Add texinfo.
* utils: Clean up and add tests.David Thompson2015-10-141-0/+7
| | | | | | | | | | | | | * haunt/utils.scm (flat-map, string-split-at): Add docstring. (file-name-components): Adjust slightly to handle "/". (join-file-name-components): Use prefix string join grammar. (absolute-file-name): Add docstring. * test-env.in: New file. * tests/utils.scm: New file. * Makefile.am (TESTS, TEST_EXTENSIONS, SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): New variables. * configure.ac: Add test-env pre-processed file. * build-aux/test-driver: New file.
* Add support for Skribe document format.David Thompson2015-10-121-0/+9
| | | | | | | | | | | | * haunt/skribe.scm: New file. * haunt/skribe/utils.scm: New file. * haunt/reader/skribe.scm: New file. * configure.ac: Check for guile-reader. * Makefile.am (SOURCES): Add Skribe modules when guile-reader is available. * example/haunt.scm: Include Skribe reader. * example/posts/baz.skr: New file. * README.md ("Requirements"): Mention guile-reader as optional dependency.
* Add package.scm to release tarballs.David Thompson2015-08-121-1/+2
|
* Include example and website directories in release tarballs.David Thompson2015-08-101-0/+4
|
* Include README.md in future release tarballs.David Thompson2015-08-101-1/+3
| | | | Thanks to Ben Sturmfels for pointing out that it was missing.
* Add scripts/haunt to bin directory.David Thompson2015-08-081-0/+3
| | | | * Makefile.am (bin_SCRIPTS): New variable.
* builder: Add assets builder.David Thompson2015-07-261-0/+1
| | | | | * haunt/builder/assets.scm: New file. * Makefile.am (SOURCES): Add it.
* Rename (haunt build html) to (haunt html).David Thompson2015-07-261-1/+1
| | | | | | | | | * haunt/build/html.scm: Delete it. * haunt/html.scm: New file. * Makefile.am (SOURCES): Remove old file. Add new file. * haunt/builder/atom.scm: Use new module. * haunt/builder/blog.scm: Likewise. * haunt/ui/serve.scm: Likewise.
* Add static asset support.David Thompson2015-04-131-0/+1
| | | | | | | | * haunt/asset.scm: New file. * Makefile.am (SOURCES): Add it. * haunt/site.scm (build-site): Add support for assets. * haunt/utils.scm (file-name-components, join-file-name-components): New procedures.
* builder: Add primitive blog builder.David Thompson2015-04-131-0/+1
| | | | | * haunt/builder/blog.scm: New file. * Makefile.am (SOURCES): Add it.
* builder: Add Atom feed builder.David Thompson2015-04-111-0/+1
| | | | | * haunt/builder/atom.scm: New file. * Makefile.am (SOURCES): Add it.
* ui: Add 'build' subcommand.David Thompson2015-04-111-0/+1
| | | | | * haunt/ui/build.scm: New file. * Makefile.am (SOURCES): Add it.
* Add utils module.David Thompson2015-04-111-0/+1
| | | | | * haunt/utils.scm: New file. * Makefile.am (SOURCES): Add it.
* Add site module.David Thompson2015-04-111-0/+1
| | | | | * haunt/site.scm: New file. * Makefile.am (SOURCES): Add it.
* Add SXML to HTML conversion module.David Thompson2015-04-101-0/+1
| | | | | * haunt/build/html.scm: New file. * Makefile.am (SOURCES): Add it.
* Add page module.David Thompson2015-04-101-0/+1
| | | | | * haunt/page.scm: New file. * Makefile.am (SOURCES): Add it.
* Add reader module.David Thompson2015-04-101-0/+1
| | | | | * haunt/reader.scm: New file. * Makefile.am (SOURCES): Add it.
* Add post module.David Thompson2015-04-101-0/+1
| | | | | * haunt/post.scm: New file. * Makefile.am (SOURCES): Add it.
* Add serve command.David Thompson2015-01-041-1/+5
| | | | | | | | | | | | * haunt/config.scm: New file. * haunt/serve/mime-types.scm: New file. * haunt/serve/web-server.scm: New file. * haunt/ui/serve.scm: New file. * haunt/ui.scm (commands, program-name): New variables. (show-haunt-help): Display possible commands. (run-haunt-command): New procedure. (haunt-main): Run subcommands. * Makefile.am (SOURCES): Add files.
* First commit.David Thompson2015-01-041-0/+45