fix: add config.mk to feuille.1 dependencies
This commit is contained in:
parent
ae746f24b1
commit
f6bff69b33
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ $(TARGET): $(OBJ)
|
|||
@printf "%-8s $(OBJ) -o $@\n" "$(CC)"
|
||||
@$(CC) $(LDFLAGS) $(OBJ) -o $@
|
||||
|
||||
$(TARGET).1: $(TARGET).1.md
|
||||
$(TARGET).1: $(TARGET).1.md config.mk
|
||||
@printf "%-8s $(TARGET).1.md -o $@\n" "pandoc"
|
||||
@sed "s/{VERSION}/$(VERSION)/g" $(TARGET).1.md | pandoc -s -t man -o $@
|
||||
|
||||
|
|
Reference in a new issue