diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 8f8607f..b5026b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -56,10 +56,10 @@ extract.o: extract.c addrs.h unalf.h ../f65/f65.h ver.rst: echo '.. |version| replace:: $(VERSION)' > ver.rst -unalf.1: unalf.rst ver.rst +unalf.1: unalf.rst ver.rst manftr.rst $(RST2MAN) unalf.rst > unalf.1 -alfsum.1: alfsum.rst ver.rst +alfsum.1: alfsum.rst ver.rst manftr.rst $(RST2MAN) alfsum.rst > alfsum.1 clean: |
