You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
389 B
14 lines
389 B
# $Id$ |
|
|
|
man_MANS = Eterm.1 |
|
|
|
all: Makefile Eterm.1.html |
|
|
|
Eterm.1: $(top_srcdir)/doc/Eterm.1.in |
|
$(SED) -e 's%@''VERSION''@%$(VERSION)%g' -e 's%@''DATE''@%$(DATE)%g' -e 's%@THEMEDIR@%$(pkgdatadir)/themes%g' $(top_srcdir)/doc/$@.in > $@ |
|
|
|
Eterm.1.html: Eterm.1 |
|
-nroff -man $< | man2html > $@ |
|
|
|
EXTRA_DIST = Eterm.1.in Eterm_reference.html Eterm.tcap Eterm.ti FAQ.html Makefile.am Makefile.in |
|
|
|
|