diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-10 21:21:20 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-11 02:14:48 +0100 |
commit | dfd1ec7d1500eeae1981cd5d0e03e1d97d705fe8 (patch) | |
tree | f4902a902d4e2ec2c813687415648234cc85316e /Makefile | |
download | rf-dfd1ec7d1500eeae1981cd5d0e03e1d97d705fe8.tar.gz |
generate readme from manual
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f68fd2c --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +index.html: ../master/rf.1 + man -T html -O fragment $< > $@ |