-check dvi info install uninstall::
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
-check dvi info install uninstall::
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
-install:: install-man
-
install-man:
for man in $(MANS); do \
sect=`echo $$man|sed 's%.*\.\([0-9][a-z]*\)$$%\1%'`; \
fi; \
done
-uninstall:: uninstall-man
-
uninstall-man:
for man in $(MANS); do \
sect=`echo $$man|sed 's%.*\(\.[0-9][a-z]*\)$$%\1%'`; \
-install:: install-scripts
-
install-scripts: $(SCRIPTS)
$(top_srcdir)/mkinstalldirs $(bindir)
for p in $(SCRIPTS); do \
$(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
done
-uninstall:: uninstall-scripts
-
uninstall-scripts:
for p in $(SCRIPTS); do \
rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
.texi.dvi:
TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
-info:: $(INFO_DEPS)
-
-dvi:: $(DVIS)
-
-install:: install-info
-
# Look in both . and srcdir because the info pages might have been
# rebuilt in the build directory. Can't cd to srcdir; that might
# break a possible install-sh reference.
fi; \
done
-uninstall:: uninstall-info
-
uninstall-info:
cd $(srcdir); for file in *.info*; do
rm -f $(infodir)/$$file; \
-install:: install-libraries
-
install-libraries: $(LIBFILES)
-uninstall:: uninstall-libraries
-
uninstall-libraries:
-install:: install-man
-
install-man:
for man in $(MANS); do \
sect=`echo $$man|sed 's%.*\.\([0-9][a-z]*\)$$%\1%'`; \
fi; \
done
-uninstall:: uninstall-man
-
uninstall-man:
for man in $(MANS); do \
sect=`echo $$man|sed 's%.*\(\.[0-9][a-z]*\)$$%\1%'`; \
-install:: install-programs
-
install-programs: $(PROGRAMS)
$(top_srcdir)/mkinstalldirs $(bindir)
for p in $(PROGRAMS); do \
$(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
done
-uninstall:: uninstall-programs
-
uninstall-programs:
for p in $(PROGRAMS); do \
rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
-install:: install-scripts
-
install-scripts: $(SCRIPTS)
$(top_srcdir)/mkinstalldirs $(bindir)
for p in $(SCRIPTS); do \
$(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
done
-uninstall:: uninstall-scripts
-
uninstall-scripts:
for p in $(SCRIPTS); do \
rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
.texi.dvi:
TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
-info:: $(INFO_DEPS)
-
-dvi:: $(DVIS)
-
-install:: install-info
-
# Look in both . and srcdir because the info pages might have been
# rebuilt in the build directory. Can't cd to srcdir; that might
# break a possible install-sh reference.
fi; \
done
-uninstall:: uninstall-info
-
uninstall-info:
cd $(srcdir); for file in *.info*; do
rm -f $(infodir)/$$file; \