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

Collapse All | Expand All

(-)docs/Makefile.am.orig (-5 / +4 lines)
Lines 3-10 Link Here
3
# install the man pages
3
# install the man pages
4
man_MANS = jpilot.1 jpilot-dial.1 jpilot-sync.1 jpilot-dump.1
4
man_MANS = jpilot.1 jpilot-dial.1 jpilot-sync.1 jpilot-dump.1
5
5
6
miscdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
6
doc_DATA = ../BUGS \
7
misc_DATA = ../BUGS \
8
	../ChangeLog \
7
	../ChangeLog \
9
	../COPYING \
8
	../COPYING \
10
	../AUTHORS \
9
	../AUTHORS \
Lines 14-21 Link Here
14
	../UPGRADING
13
	../UPGRADING
15
14
16
# install the manual docs
15
# install the manual docs
17
docdir = $(miscdir)/manual
16
htmlmanualdir = $(docdir)/manual
18
doc_DATA = manual.html \
17
htmlmanual_DATA = manual.html \
19
	    plugin.html \
18
	    plugin.html \
20
	    jpilot-address.png \
19
	    jpilot-address.png \
21
	    jpilot-datebook.png \
20
	    jpilot-datebook.png \
Lines 35-39 Link Here
35
	    jpilot-todo.png \
34
	    jpilot-todo.png \
36
	    jpilot-toplogo.jpg
35
	    jpilot-toplogo.jpg
37
36
38
EXTRA_DIST = $(doc_DATA) $(misc_DATA) $(man_MANS)
37
EXTRA_DIST = $(doc_DATA) $(htmlmanual_DATA) $(man_MANS)
39
38
(-)icons/Makefile.am.orig (-1 / +1 lines)
Lines 1-6 Link Here
1
# $Id: Makefile.am,v 1.3 2003/07/31 19:00:30 judd Exp $
1
# $Id: Makefile.am,v 1.3 2003/07/31 19:00:30 judd Exp $
2
2
3
icondir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons
3
icondir = $(datadir)/pixmaps
4
icon_DATA = jpilot-icon1.xpm \
4
icon_DATA = jpilot-icon1.xpm \
5
	jpilot-icon2.xpm \
5
	jpilot-icon2.xpm \
6
	jpilot-icon3.xpm \
6
	jpilot-icon3.xpm \

Return to bug 128076