*** empty log message ***
[dana/urxvt.git] / doc / Makefile.in
index 9995a8a..ece19f8 100644 (file)
@@ -1,5 +1,30 @@
 # doc/Makefile.in      -*- Makefile -*-
-@MCOMMON@
+
+DATE=@DATE@
+VERSION=@VERSION@
+RXVTNAME=@RXVTNAME@
+SHELL = /bin/sh
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+libdir = @libdir@
+includedir = @includedir@
+man1dir = @mandir@/man1
+man1ext = 1
+man3dir = @mandir@/man3
+man3ext = 3
+man7dir = @mandir@/man7
+man7ext = 7
+RM = @RM@
+RMF = @RM@ -f
+CP = @CP@
+LN = @LN@
+SED = @SED@
+ECHO = @ECHO@
+PERL = @PERL@
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL@ -m 755
+INSTALL_DATA = @INSTALL@ -m 644
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -21,7 +46,7 @@ SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;'    \
             -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;'
 
 rxvtperl.3.pod: ../src/urxvt.pm
-       cp $< $@
+       $(CP) $< $@
 
 %.tbl: %.pod
        ./podtbl <$< >$@
@@ -50,7 +75,7 @@ rxvtperl.3.pod: ../src/urxvt.pm
 tags allbin:
 
 alldoc:        rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \
-       rxvt.1.txt    rxvt.7.txt    rxvtc.1.txt    rxvtd.1.txt \
+       rxvt.1.txt    rxvt.7.txt    rxvtc.1.txt    rxvtd.1.txt    rxvtperl.3.txt \
        rxvt.1.html   rxvt.7.html   rxvtc.1.html   rxvtd.1.html   rxvtperl.3.html \
        ../README.configure ../README.FAQ
        infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap