Imported Upstream version 0.6.6
[platform/upstream/libsolv.git] / doc / Makefile.gen
1
2 man:    man3 man1
3
4 man3:   libsolv.3 libsolv-bindings.3 libsolv-constantids.3 libsolv-history.3 libsolv-pool.3
5
6 man1:   mergesolv.1 dumpsolv.1 installcheck.1 testsolv.1 rpmdb2solv.1 rpms2solv.1 \
7         rpmmd2solv.1 repomdxml2solv.1 updateinfoxml2solv.1 deltainfoxml2solv.1 \
8         helix2solv.1 susetags2solv.1 comps2solv.1 deb2solv.1 mdk2solv.1 \
9         archpkgs2solv.1 archrepo2solv.1 appdata2solv.1
10
11 html: libsolv.html libsolv-bindings.html libsolv-constantids.html libsolv-history.html libsolv-pool.html
12
13 .SUFFIXES: .html .3 .1 .txt
14
15 .txt.1:
16         a2x -f manpage $<
17
18 .txt.3:
19         a2x -f manpage $<
20
21 .txt.html:
22         a2x -f xhtml $<