ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/Makefile.in
(Generate patch)

Comparing rxvt-unicode/doc/Makefile.in (file contents):
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.4 by pcg, Tue Feb 24 21:51:41 2004 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.2 2003/11/24 17:31:27 pcg Exp $ 2# $Id: Makefile.in,v 1.4 2004/02/24 21:51:41 pcg Exp $
3@MCOMMON@ 3@MCOMMON@
4 4
5srcdir = @srcdir@ 5srcdir = @srcdir@
6VPATH = @srcdir@ 6VPATH = @srcdir@
7.PATH: @srcdir@ 7.PATH: @srcdir@
20 yodl/rxvt-files.yo yodl/rxvt-fonts.yo yodl/rxvt-login.yo\ 20 yodl/rxvt-files.yo yodl/rxvt-fonts.yo yodl/rxvt-login.yo\
21 yodl/rxvt-mousereporting.yo yodl/rxvt-options.yo\ 21 yodl/rxvt-mousereporting.yo yodl/rxvt-options.yo\
22 yodl/rxvt-resources.yo yodl/rxvt-scrollbar.yo\ 22 yodl/rxvt-resources.yo yodl/rxvt-scrollbar.yo\
23 yodl/rxvt-textselection.yo 23 yodl/rxvt-textselection.yo
24YODL_RREF = yodl/rxvtRef-csi.yo yodl/rxvtRef-definitions.yo\ 24YODL_RREF = yodl/rxvtRef-csi.yo yodl/rxvtRef-definitions.yo\
25 yodl/rxvtRef-graphics.yo yodl/rxvtRef-keycodes.yo\ 25 yodl/rxvtRef-keycodes.yo\
26 yodl/rxvtRef-menubar.yo yodl/rxvtRef-mouse.yo\ 26 yodl/rxvtRef-menubar.yo yodl/rxvtRef-mouse.yo\
27 yodl/rxvtRef-privatemodes.yo yodl/rxvtRef-sequences.yo\ 27 yodl/rxvtRef-privatemodes.yo yodl/rxvtRef-sequences.yo\
28 yodl/rxvtRef-values.yo yodl/rxvtRef-xpm.yo yodl/rxvtRef-xterm.yo 28 yodl/rxvtRef-values.yo yodl/rxvtRef-xpm.yo yodl/rxvtRef-xterm.yo
29 29
30DIST_ETC = etc/rxvt.termcap etc/rxvt.terminfo etc/XTerm.ad 30DIST_ETC = etc/rxvt.termcap etc/rxvt.terminfo etc/XTerm.ad
31DIST_YODL = yodl/masonyodl.yo yodl/versioninfo.yo yodl/versioninfo.yo.in\ 31DIST_YODL = yodl/masonyodl.yo yodl/versioninfo.yo yodl/versioninfo.yo.in\
32 $(YODL_RXVT) yodl/rxvt.yo $(YODL_RREF) yodl/rxvtRef.yo 32 $(YODL_RXVT) yodl/rxvt.yo $(YODL_RREF) yodl/rxvtRef.yo
33DIST_MENU = menu/menu menu/example.menu menu/rxvt.menu menu/rxvt.zh-menu\ 33DIST_MENU = menu/menu menu/example.menu menu/rxvt.menu menu/rxvt.zh-menu\
34 menu/terminal.menu menu/jedmenu.sl 34 menu/terminal.menu menu/jedmenu.sl
35DIST = Makefile.in README.greek README.menu README.xvt BUGS FAQ TODO\ 35DIST = Makefile.in README.menu README.xvt BUGS FAQ TODO\
36 changes.txt xterm.seq LSM.in rxvt.1 rxvt.tbl rxvtRef.txt\ 36 changes.txt xterm.seq LSM.in rxvt.1 rxvt.tbl rxvtRef.txt\
37 rxvtRef.html rxvtRef-frame.html rxvtRef-toc.html rxvt.html 37 rxvtRef.html rxvtRef-frame.html rxvtRef-toc.html rxvt.html
38 38
39#------------------------------------------------------------------------- 39#-------------------------------------------------------------------------
40 40
86 86
87distclean: 87distclean:
88 88
89install: 89install:
90 $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext) 90 $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext)
91 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/rxvtc.$(manext)
92 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/rxvtd.$(manext)
91 93
92uninstall: 94uninstall:
93 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) ) 95 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
94 96
95distdirs: 97distdirs:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines