File: Makefile.am

package info (click to toggle)
ggz-docs 0.0.13-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,216 kB
  • ctags: 3
  • sloc: sh: 457; makefile: 214; perl: 41
file content (23 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUBDIRS = .

info_TEXINFOS = ggz-hosting-guide.texi

guidedir = $(GGZDOCDIR)/guides
guide_DATA = $(ggzhostingguide)

%_toc.html: %.texi
	texi2html -split_node $<
	-mv ggz-hosting-guide/*.html $(top_builddir)/server/hosting/

%.txt: %.texi
	$(top_srcdir)/texi2text.pl $< > $@

clean-local:
	-rm -f ggz-*.html
	-rm -f $(ggzhostingguide)
	-rm -f ggz-hosting-guide.info
	-rm -rf ggz-hosting-guide

install-data-local:
	-cp ggz-*.html $(guidedir)