Index: Makefile =================================================================== --- Makefile (revision 5946) +++ Makefile (revision 5947) @@ -42,10 +42,12 @@ install_: $(MKDIR) "$(MAN1DIR)" $(CPC) "`pwd`/pcb-rnd.1" "$(MAN1DIR)/pcb-rnd.1" + $(CPC) "`pwd`/pcb-strip.1" "$(MAN1DIR)/pcb-strip.1" $(CPC) "`pwd`/gsch2pcb-rnd.1" "$(MAN1DIR)/gsch2pcb-rnd.1" uninstall: $(RM) "$(MAN1DIR)/pcb-rnd.1" + $(RM) "$(MAN1DIR)/pcb-strip.1" $(RM) "$(MAN1DIR)/gsch2pcb-rnd.1" install: