fix error

This commit is contained in:
tpo 2014-04-30 16:53:32 +02:00
parent 2ff61d1965
commit 454f955d25
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ MANSTATICALL=$(MANSTATICMAN) $(MANSTATICHTML)
# Creating the type html page
%.html: %.text
$(A2XH) $^
$(CROSSLINK) $^
$(CROSSLINK) $@
man: $(MANTYPEALL) $(MANREFALL) $(MANSTATICALL)