2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
This commit is contained in:
Ralf Corsepius
2004-01-06 17:04:09 +00:00
parent 48a1abf5d4
commit c09248b98b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -11,7 +11,7 @@ shgen_SOURCES = sci.h sci.c shgen.c
if HELP2MAN
man_MANS = shgen.1
shgen.1: $(srcdir)/shgen.c
shgen.1: shgen$(EXEEXT)
$(HELP2MAN) -N ./shgen >$@
endif