]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - server/Makefile
server: Split documentation to separate files
[novaboot.git] / server / Makefile
index 190c5a1485727dff322384f5d910474e185aad4c..e8e595598a7281e54e0b2f315199c575981b8492 100644 (file)
@@ -2,10 +2,10 @@ PREFIX=/usr
 
 all: adduser-novaboot.8 novaboot-shell.1
 
-adduser-novaboot.8: adduser-novaboot
+adduser-novaboot.8: adduser-novaboot.pod
        pod2man --section=8 --center="System Manager's Manual" $< $@
 
-novaboot-shell.1: novaboot-shell
+novaboot-shell.1: novaboot-shell.pod
        pod2man --center="User commands" $< $@
 
 install: all