Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-05 | after configure, call "make all-recursive" instead of "make" -- this | flipk | |
short-circuits the dependencies that try to run things like automake which we don't have and touch timestamp files in the source dir. texinfo now appears to build in a read-only tree. | |||
1997-09-05 | MKINSTALLDIRS is two words ("sh [..]/mkinstalldirs") and the | flipk | |
"test -f" was failing (too many args). this test is defunct anyway, remove it. this removes (for real!) the necessity to have mkinstalldirs executable. | |||
1997-08-22 | Comment out rule to build *.gmo from *.po since the tools to do so are | Todd C. Miller | |
not in the tree and we can't count on timestamps. | |||
1997-08-18 | Add some missing $(srcdir)s. Makes texinfo a little bit closer | Niklas Hallqvist | |
to work on readonly /usr/src systems. | |||
1997-08-18 | take out debug mode | kstailey | |
1997-08-18 | sigh again | kstailey | |
1997-08-18 | sigh | kstailey | |
1997-08-18 | back out 1.22 | kstailey | |
1997-08-18 | set x bits on critical files | kstailey | |
1997-08-06 | OpenBSD customization. As we have DESTDIR as a maketime configuration option, | Niklas Hallqvist | |
infodir and friends must be passed down dynamically to subdir makes. Also did some style nits in the wrapper for consistency. | |||
1997-08-05 | Don't create /usr/share/locale/usr/src/gnu/usr.bin/texinfo/po and things. | kstailey | |
[the newly consecrated /usr/share/locale glows black] You should probably "rm -rf /usr/share/locale/usr" if you have installed texinfo since 1-Aug-1997. | |||
1997-08-04 | null terminate input | kstailey | |
1997-08-03 | Stupid hack to keep build from dying in texinfo/po when @obj is in da house. | kstailey | |
You will probably have to re-fetch texinfo if your build blew up in the past. Sorry. Should really have GNU autoconf 2.12 in the tree, but Theo does't like it. Hmmm, that's a really good reason to hack derived files instead of source. | |||
1997-08-01 | not in 3.11 | kstailey | |
1997-08-01 | weird build shit | kstailey | |
1997-08-01 | updates for 3.11 | kstailey | |
1997-08-01 | fix conflicts | kstailey | |
1997-08-01 | Import of FSF texinfo 3.11 | kstailey | |
1997-08-01 | optimize GLOBAL_AUTOCONF_CACHE code | kstailey | |
1997-07-29 | Changed the rules. | kstailey | |
The variable is now GLOBAL_AUTOCONF_CACHE. You must set it to the name of the cache file to use. Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo" or add it to /etc/mk.conf | |||
1997-07-29 | Start of GLOBAL_CACHE option to speed compiles. | kstailey | |
This change should have no effect by default. "setenv GLOBAL_CACHE" or add GLOBAL_CACHE to /etc/mk.conf to activate. Global cache files are on a per-account basis to deal with security. | |||
1997-07-24 | don't hardcode `install' | kstailey | |
1997-07-24 | get the "make -f Makefile.bsd-wrapper config" case too (pr 188.) | kstailey | |
1997-07-24 | optimize pr 188 | kstailey | |
1997-07-24 | don't crap out if DEBUG is set pr 188 | kstailey | |
1997-07-24 | respect "INSTALL_STRIP= -s" pr 188 | kstailey | |
1997-06-23 | tabs vs. spaces | kstailey | |
1997-06-23 | respect NOMAN during install | kstailey | |
1997-06-23 | respect NOMAN (in bulk) | kstailey | |
1997-06-22 | make --delete work | Niels Provos | |
1997-04-02 | Add "-P dir" option to prepend a dir to the include path. | kstailey | |
This is driven by g77 using install.texi which collides with gcc install.texi. This has been submitted to bug-texinfo@prep.ai.mit.edu. *** You must rebuild/reinstall makeinfo before building gcc! *** | |||
1997-01-04 | added D to getopt() string | kstailey | |
1996-12-15 | Compile | Jason Downs | |
1996-12-15 | Conflict, conflict, conflict. Who wants a conflict? | Jason Downs | |
1996-12-15 | Import of texinfo-3.9. | Jason Downs | |
1996-08-01 | Resolve import conflicts | Niklas Hallqvist | |
1996-07-30 | import of texinfo 3.7 | Niklas Hallqvist | |
1996-07-20 | auto-generate share/info/dir | Theo de Raadt | |
1996-02-02 | More files to smash while making clean. | etheisen | |
1996-02-02 | Undo LDSTATIC change. Possibly needed. | etheisen | |
1996-02-02 | Added default info path to match our directory structure. | etheisen | |
Pass CFLAGS into 'configure' generated Makefile. Setup infodir for both build and install. Removed static linking. Not required for texinfo. Added CLEANFILES section to smash files cleandir missed. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. | |||
1996-01-01 | cannot assume BINDIR is setup | Theo de Raadt | |
1995-12-27 | Support LDSTATIC and BINDIR | Niklas Hallqvist | |
1995-12-22 | Don't build or install compiled elisp files or unformatted manpages. | Niklas Hallqvist | |
However formatted ones shall be installed. Fix typo. | |||
1995-12-22 | Import of texinfo-3.6 from FSF | Niklas Hallqvist | |