diff options
author | Christopher Baines <mail@cbaines.net> | 2019-09-21 12:40:46 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-09-21 12:40:46 +0100 |
commit | f5ff0f86383031072b0448f7b6d0b1221d5c45f9 (patch) | |
tree | 776ba9af6f7eea789adc69954f43293a4841fee6 /.gitignore | |
parent | ec1b2001cc0e79519fd76729ce0a09b6385dfb2d (diff) | |
download | data-service-f5ff0f86383031072b0448f7b6d0b1221d5c45f9.tar data-service-f5ff0f86383031072b0448f7b6d0b1221d5c45f9.tar.gz |
Hack building a HTML version of the README in to Makefile.am
This is to be able to serve a readable version of the README on the site,
allowing those without Emacs to more easily read it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ build-aux/missing tests/*.log tests/*.trs +README.html +README.html~ + guix-data-service/config.scm scripts/guix-data-service scripts/guix-data-service-process-job |