34 lines
681 B
Text
34 lines
681 B
Text
|
SUBDIRS =
|
||
|
BUILT_SOURCES =
|
||
|
|
||
|
dist_html_DATA = faq.html
|
||
|
|
||
|
dist_man_MANS = nanofur.1 rnanofur.1
|
||
|
html_pages = nanofur.1.html rnanofur.1.html
|
||
|
|
||
|
if USE_NANOFURRC
|
||
|
dist_man_MANS += nanofurrc.5
|
||
|
html_pages += nanofurrc.5.html
|
||
|
endif
|
||
|
|
||
|
nanofur.1.html: nanofur.1
|
||
|
groff -t -mandoc -Thtml < $? > $@
|
||
|
nanofurrc.5.html: nanofurrc.5
|
||
|
groff -t -mandoc -Thtml < $? > $@
|
||
|
rnanofur.1.html: rnanofur.1
|
||
|
groff -t -mandoc -Thtml < $? > $@
|
||
|
|
||
|
if GROFF_HTML
|
||
|
BUILT_SOURCES += $(html_pages)
|
||
|
dist_html_DATA += $(html_pages)
|
||
|
endif
|
||
|
|
||
|
info_TEXINFOS = nanofur.texi
|
||
|
|
||
|
BUILT_SOURCES += nanofur.html
|
||
|
dist_html_DATA += nanofur.html
|
||
|
|
||
|
AM_MAKEINFOHTMLFLAGS = --no-split -c HEADERS=0
|
||
|
|
||
|
EXTRA_DIST = $(BUILT_SOURCES) $(info_TEXINFOS)
|