11 lines
187 B
Makefile
11 lines
187 B
Makefile
#
|
|
# Petidomo User Manual
|
|
#
|
|
|
|
htmldir = $(pkgdatadir)/html
|
|
dist_html_DATA = petidomo.html petidomo.css
|
|
|
|
petidomo.html: $(srcdir)/petidomo.tex
|
|
latex $<
|
|
htlatex $<
|