Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 310435 | Differences between
and this patch

Collapse All | Expand All

(-)docs/Makefile.am.old (-5 / +3 lines)
Lines 1-7 Link Here
1
dist_man_MANS = dvdstyler.1
1
dist_man_MANS = dvdstyler.1
2
2
3
LINGUAS=de en ja ru
3
LINGUAS=de en ja ru
4
docdir=@datadir@/@PACKAGE@/docs
5
doc_DATA = $(LINGUAS:%=help_%.zip)
4
doc_DATA = $(LINGUAS:%=help_%.zip)
6
5
7
help%.zip: DVDStylerGuide%.xml
6
help%.zip: DVDStylerGuide%.xml
Lines 14-21 Link Here
14
html: $(LINGUAS:%=html_%)
13
html: $(LINGUAS:%=html_%)
15
14
16
html%: DVDStylerGuide%.xml
15
html%: DVDStylerGuide%.xml
17
	rm -rf html$*
16
	t=`mktemp -d htmlXXXXXX` ; \
18
	mkdir html$*
17
	(cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml && rm -f *.hh*) ; \
19
	(cd html$* && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml && rm -f *.hh*)
18
	mkdir "$$t"/images
20
	mkdir html$*/images
21
	cp images/*.png html$*/images/
19
	cp images/*.png html$*/images/
(-)Makefile.am.old (-1 / +1 lines)
Lines 1-4 Link Here
1
SUBDIRS = wxVillaLib src locale backgrounds buttons objects data docs
1
SUBDIRS = wxVillaLib src locale backgrounds buttons objects data docs templates
2
ACLOCAL_AMFLAGS=-I.
2
ACLOCAL_AMFLAGS=-I.
3
doc_DATA = AUTHORS COPYING INSTALL README ChangeLog
3
doc_DATA = AUTHORS COPYING INSTALL README ChangeLog
4
run: all
4
run: all

Return to bug 310435