doc/Makefile.am: enable doc building and installation

This commit is contained in:
Peter Simons 2010-02-24 18:55:10 +01:00
parent 34b7e7ef88
commit 6a5886db22
3 changed files with 20 additions and 1475 deletions

14
.gitignore vendored
View File

@ -27,5 +27,19 @@ Makefile.in
/acl-parser.c
/acl-parser.h
/acl-scanner.c
/doc/petidomo.1
/doc/petidomo.4ct
/doc/petidomo.4tc
/doc/petidomo.aux
/doc/petidomo.css
/doc/petidomo.dvi
/doc/petidomo.html
/doc/petidomo.idv
/doc/petidomo.lg
/doc/petidomo.log
/doc/petidomo.pod
/doc/petidomo.tmp
/doc/petidomo.toc
/doc/petidomo.xref
/petidomo
lib*.a

View File

@ -2,5 +2,9 @@
# Petidomo User Manual
#
petidomo.1: petidomo.pod
pod2man --section=1 --center="Petidomo" --release="Petidomo" $< >$@
htmldir = $(pkgdatadir)/html
dist_html_DATA = petidomo.html petidomo.css
petidomo.html: petidomo.tex
latex $<
htlatex $<

File diff suppressed because it is too large Load Diff