From 454f955d25221e34c9b13515487c56adc4010d59 Mon Sep 17 00:00:00 2001 From: Tomas Pospisek Date: Wed, 30 Apr 2014 16:53:32 +0200 Subject: [PATCH] fix error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82a774a5..18e2e67a 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ MANSTATICALL=$(MANSTATICMAN) $(MANSTATICHTML) # Creating the type html page %.html: %.text $(A2XH) $^ - $(CROSSLINK) $^ + $(CROSSLINK) $@ man: $(MANTYPEALL) $(MANREFALL) $(MANSTATICALL)