diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index be37b7d..57b4e5f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,11 @@ +$(obj)/%.5: $(src)/%.5.scd + $(SCDOC) < $< > $@ + $(obj)/%.8: $(src)/%.8.scd $(SCDOC) < $< > $@ -docs: $(obj)/apk.8 +docs: $(obj)/apk.8 \ + $(obj)/apk-world.5 targets += docs install: docs |