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.6 by pcg, Sun Mar 14 21:59:57 2004 UTC vs.
Revision 1.23 by root, Thu Jul 7 19:37:46 2005 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.6 2004/03/14 21:59:57 pcg Exp $
3@MCOMMON@ 2@MCOMMON@
4 3
5srcdir = @srcdir@ 4srcdir = @srcdir@
6VPATH = @srcdir@ 5VPATH = @srcdir@
7.PATH: @srcdir@ 6.PATH: @srcdir@
10thisdir = doc 9thisdir = doc
11 10
12first_rule: all 11first_rule: all
13dummy: 12dummy:
14 13
15#
16# Distribution variables
17#
18
19YODL_RXVT = yodl/rxvt-colours.yo yodl/rxvt-environment.yo\
20 yodl/rxvt-files.yo yodl/rxvt-fonts.yo yodl/rxvt-login.yo\
21 yodl/rxvt-mousereporting.yo yodl/rxvt-options.yo\
22 yodl/rxvt-resources.yo yodl/rxvt-scrollbar.yo\
23 yodl/rxvt-textselection.yo
24YODL_RREF = yodl/rxvtRef-csi.yo yodl/rxvtRef-definitions.yo\
25 yodl/rxvtRef-keycodes.yo\
26 yodl/rxvtRef-menubar.yo yodl/rxvtRef-mouse.yo\
27 yodl/rxvtRef-privatemodes.yo yodl/rxvtRef-sequences.yo\
28 yodl/rxvtRef-values.yo yodl/rxvtRef-xpm.yo yodl/rxvtRef-xterm.yo
29
30DIST_ETC = etc/rxvt.termcap etc/rxvt.terminfo etc/XTerm.ad
31DIST_YODL = yodl/masonyodl.yo yodl/versioninfo.yo yodl/versioninfo.yo.in\
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\
34 menu/terminal.menu menu/jedmenu.sl
35DIST = Makefile.in README.menu README.xvt BUGS FAQ TODO\
36 changes.txt xterm.seq LSM.in rxvt.1 rxvt.tbl rxvtRef.txt\
37 rxvtRef.html rxvtRef-frame.html rxvtRef-toc.html rxvt.html
38
39#------------------------------------------------------------------------- 14#-------------------------------------------------------------------------
40 15
41all: rxvt.1 16all:
42 17
43rxvt.1: rxvt.tbl Makefile 18SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;'\
44 @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi 19 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;'\
20 -e 's%@@RXVT_DATE@@%$(DATE)%g;'
45 21
46SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ 22%.tbl: %.pod
47 -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\ 23 ./podtbl <$< >$@
48 -e 's%@RXVT_NAME@%$(RXVTNAME)%g;'\ 24
49 -e 's%@RXVT_DATE@%$(DATE)%g;'\ 25%.1.man.in: %.1.tbl
50 -e 's%@RXVT_MAINTEMAIL@%$(MAINTEMAIL)%g;'\ 26 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
51 -e 's%@RXVT_MAINT@%$(MAINT)%g;'\ 27
52 -e 's%@RXVT_WEBPAGE@%$(WEBPAGE)%g;'\ 28%.7.man.in: %.7.tbl
53 -e 's%@RXVT_WEBMAINTEMAIL@%$(WEBMAINTEMAIL)%g;'\ 29 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
54 -e 's%@RXVT_WEBMAINT@%$(WEBMAINT)%g;'\ 30
55 -e 's%@RXVT_FTPSITENAME@%$(FTPSITENAME)%g;'\ 31%.html: %.tbl
56 -e 's%@RXVT_FTPSITEDIR@%$(FTPSITEDIR)%g;' 32 $(SED) $(SEDREPLACE) <$< | pod2html >$@
33
34%.txt: %.tbl
35 $(SED) $(SEDREPLACE) <$< | pod2text >$@
36
37../README.configure: rxvt.7.tbl
38 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
39
40../README.FAQ: rxvt.7.tbl
41 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@
57 42
58tags allbin: 43tags allbin:
59 44
60alldoc: $(basedir)/$(VERNAME).lsm yodl/versioninfo.yo rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt 45alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in \
61 46 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt \
62yodl/versioninfo.yo: yodl/versioninfo.yo.in ../src/version.h 47 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html \
63 $(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@ 48 ../README.configure ../README.FAQ
64 49 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap
65$(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in $(srcdir)/../src/version.h
66 $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@
67
68rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/masonyodl.yo
69 (cd $(srcdir)/yodl; yodl2man -o../rxvt.tbl rxvt.yo)
70
71rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/masonyodl.yo
72 (cd $(srcdir)/yodl; yodl2html -o../rxvt.html rxvt.yo)
73
74rxvtRef.html: $(YODL_RREF) yodl/rxvtRef.yo yodl/masonyodl.yo
75 (cd $(srcdir)/yodl; yodl2html -o../rxvtRef.html rxvtRef.yo)
76
77rxvtRef.txt: $(YODL_RREF) yodl/rxvtRef.yo yodl/masonyodl.yo
78 (cd $(srcdir)/yodl; yodl2txt -o../rxvtRef.txt rxvtRef.yo)
79 50
80clean: 51clean:
81 $(RMF) rxvt.man *~ yodl/*~ 52 $(RMF) *~
82 53
83realclean: clean 54realclean: clean
84 $(RMF) tags rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt 55 $(RMF) tags ../README.configure ../README.FAQ
56 $(RMF) rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in
57 $(RMF) rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man
58 $(RMF) rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt
59 $(RMF) rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html
85 60
86cleandir: realclean 61cleandir: realclean
87 62
88distclean: 63distclean:
89 64
90install: 65install:
66 $(INSTALL) -d $(DESTDIR)$(man1dir)
67 $(INSTALL) -d $(DESTDIR)$(man7dir)
68 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man
91 $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext) 69 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
70 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man
71 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
72 $(SED) $(SEDREPLACE) < rxvtc.1.man.in >rxvtc.1.man
92 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/$(RXVTNAME)c.$(manext) 73 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
74 $(SED) $(SEDREPLACE) < rxvtd.1.man.in >rxvtd.1.man
93 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/$(RXVTNAME)d.$(manext) 75 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
76 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi
94 77
95uninstall: 78uninstall:
96 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) ) 79 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
97
98distdirs:
99 mkdir $(basedir)/../$(VERNAME)/$(thisdir)
100 mkdir $(basedir)/../$(VERNAME)/$(thisdir)/etc
101 mkdir $(basedir)/../$(VERNAME)/$(thisdir)/menu
102 mkdir $(basedir)/../$(VERNAME)/$(thisdir)/yodl
103
104distcopy: realclean distdepend
105 $(CP) -p $(basedir)/$(VERNAME).lsm $(basedir)/../$(VERNAME);
106 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir)
107 $(CP) -p $(DIST_ETC) $(basedir)/../$(VERNAME)/$(thisdir)/etc
108 $(CP) -p $(DIST_MENU) $(basedir)/../$(VERNAME)/$(thisdir)/menu
109 $(CP) -p $(DIST_YODL) $(basedir)/../$(VERNAME)/$(thisdir)/yodl
110 80
111distdepend: alldoc 81distdepend: alldoc
112 82
113# ------------------------------------------------------------------------ 83# ------------------------------------------------------------------------
114# DO NOT DELETE: ugly dependency list follows 84# DO NOT DELETE: ugly dependency list follows

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines