Index: Makefile =================================================================== --- Makefile (revision 5947) +++ Makefile (revision 5948) @@ -1,10 +1,10 @@ # This Makefile is a plain old hand written one; all configuration settings # are included from ../../Makefile.conf which is scconfig generated -IN=pcb-rnd.1.mml pcb-strip.1.mml -OUT_HTML = pcb-rnd.1.html pcb-strip.1.html -OUT_MAN1 = pcb-rnd.1 pcb-strip.1 -OUT_LINT = pcb-rnd.1.lint pcb-strip.1.lint +IN=pcb-rnd.1.mml pcb-strip.1.mml pcb-prj2lht.1.mml +OUT_HTML = pcb-rnd.1.html pcb-strip.1.html pcb-prj2lht.1.html +OUT_MAN1 = pcb-rnd.1 pcb-strip.1 pcb-prj2lht.1 +OUT_LINT = pcb-rnd.1.lint pcb-strip.1.lint pcb-prj2lht.1.lint OUTPUT = $(OUT_HTML) $(OUT_MAN1) index.html MML = /usr/bin/mml @@ -43,11 +43,13 @@ $(MKDIR) "$(MAN1DIR)" $(CPC) "`pwd`/pcb-rnd.1" "$(MAN1DIR)/pcb-rnd.1" $(CPC) "`pwd`/pcb-strip.1" "$(MAN1DIR)/pcb-strip.1" + $(CPC) "`pwd`/pcb-prj2lht.1" "$(MAN1DIR)/pcb-prj2lht.1" $(CPC) "`pwd`/gsch2pcb-rnd.1" "$(MAN1DIR)/gsch2pcb-rnd.1" uninstall: $(RM) "$(MAN1DIR)/pcb-rnd.1" $(RM) "$(MAN1DIR)/pcb-strip.1" + $(RM) "$(MAN1DIR)/pcb-prj2lht.1" $(RM) "$(MAN1DIR)/gsch2pcb-rnd.1" install: