mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
entered into RCS
This commit is contained in:
@@ -71,7 +71,7 @@ DISTFILES = COPYING ChangeLog Makefile.in configure configure.in \
|
|||||||
warshall.c files.h gram.h lex.h machine.h new.h state.h \
|
warshall.c files.h gram.h lex.h machine.h new.h state.h \
|
||||||
symtab.h system.h types.h bison.cld build.com vmsgetargs.c \
|
symtab.h system.h types.h bison.cld build.com vmsgetargs.c \
|
||||||
vmshlp.mar README INSTALL bison.texinfo bison.info* texinfo.tex \
|
vmshlp.mar README INSTALL bison.texinfo bison.info* texinfo.tex \
|
||||||
getopt.c getopt.h getopt1.c alloca.c mkinstalldirs
|
getopt.c getopt.h getopt1.c alloca.c mkinstalldirs install.sh
|
||||||
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
@@ -124,13 +124,11 @@ realclean: distclean
|
|||||||
# Most of these deps are in case using RCS.
|
# Most of these deps are in case using RCS.
|
||||||
install: all bison.1 $(srcdir)/$(PFILE) $(srcdir)/$(PFILE1) installdirs uninstall
|
install: all bison.1 $(srcdir)/$(PFILE) $(srcdir)/$(PFILE1) installdirs uninstall
|
||||||
$(INSTALL_PROGRAM) bison $(bindir)/bison
|
$(INSTALL_PROGRAM) bison $(bindir)/bison
|
||||||
$(INSTALL_DATA) ./bison.s1 $(datadir)/$(PFILE)
|
$(INSTALL_DATA) bison.s1 $(datadir)/$(PFILE)
|
||||||
$(INSTALL_DATA) $(srcdir)/$(PFILE1) $(datadir)/$(PFILE1)
|
$(INSTALL_DATA) $(srcdir)/$(PFILE1) $(datadir)/$(PFILE1)
|
||||||
-chmod a+r $(datadir)/$(PFILE) $(datadir)/$(PFILE1)
|
|
||||||
-$(INSTALL_DATA) $(srcdir)/bison.1 $(mandir)/bison.$(manext)
|
|
||||||
-chmod a+r $(mandir)/bison.$(manext)
|
|
||||||
cd $(srcdir); for f in bison.info*; \
|
cd $(srcdir); for f in bison.info*; \
|
||||||
do $(INSTALL_DATA) $$f $(infodir)/$$f; done
|
do $(INSTALL_DATA) $$f $(infodir)/$$f; done
|
||||||
|
-$(INSTALL_DATA) $(srcdir)/bison.1 $(mandir)/bison.$(manext)
|
||||||
|
|
||||||
# Make sure all installation directories, e.g. $(bindir) actually exist by
|
# Make sure all installation directories, e.g. $(bindir) actually exist by
|
||||||
# making them if necessary.
|
# making them if necessary.
|
||||||
|
|||||||
Reference in New Issue
Block a user