diff options
author | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2014-08-15 01:33:21 +0200 |
---|---|---|
committer | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2015-01-27 23:13:13 +0100 |
commit | 5fec19d453983bc3127052e4f100110efda93786 (patch) | |
tree | 5c92d7b09e46b67bd3d64cd79f5e82aba7617faf /.gitignore | |
parent | 71b653a6fe6b7f42e6894bf4bf681c2f9dfa7f66 (diff) | |
download | groff-git-5fec19d453983bc3127052e4f100110efda93786.tar.gz |
Gnulib integration
Applied the following command:
git submodule add git://git.sv.gnu.org/gnulib.git
This added gnulib in .git/index and created an empty `gnulib'
directory. This directory contains all the gnulib code, but is not
distributed. gnulib m4 dir are now in `gnulib_m4', while gnulib .c
files are located in `lib'. `gnulib_m4' and `lib' are generated and
distributed.
* .gitsubmodules: new file.
* src/libs/gnulib: removed.
Minimal Automake support. Makefile in non-recursive style.
Removed old build system Makefile.*. Removed various files that are
now generated by the bootstrap script: `configure',
`src/include/config.hin', various helper scripts (`config.guess',
`config.rpath' etc...) that are now installed by in `build-aux'.
Added the minimal code in Makefile.am to build the gnulib.
* Makefile.am: new file (moved and adapted from Makefile.in).
* acinclude.m4: new file (moved from aclocal.m4, which is now generated).
* INSTALL.extra: new file (moved from the original INSTALL file, which
is now a symlink to gnulib/doc/INSTALL).
* THANKS, AUTHORS: new empty files.
* TESTS: new file to sum up the tests that were done for the Automake
migration.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 94 |
1 files changed, 91 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 04cf7bf39..c0ce1d442 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,94 @@ +*.[oan] +*.hpp +*.output +*.pdf +*-s +.dirstamp +.deps /Makefile +/Makefile.in +stamp-* +/aclocal.m4 +/autom4te.cache +/build-aux +/configure /config.log -/config.status -/stamp-h +/src/include/stamp-h1 +/font/devpdf/[A-Z]* +/gnulib_m4 +/INSTALL +/lib +/maint.mk +/src/include/config.hin +/GNUmakefile +/README-release +/addftinfo +/afmtodit +/charset.alias +/chem +/contrib/hdtbl/hdmisc.tmac +/contrib/hdtbl/hdtbl.tmac +/contrib/mom/om.tmac +/defs.h +/eqn +/eqn2graph +/font/devpdf/build_font_files +/font/devpdf/download +/font/devpdf/enc/ +/font/devpdf/map/ +/font/devpdf/util/BuildFoundries +/gdiffmk +/gideal +/glilypond +/gnu.eps +/gperl +/gpinyin +/grap2graph +/grn +/grodvi +/groff +/groff_opts.tmp +/groff_opts_no_arg.txt +/groff_opts_with_arg.txt +/groffer +/grog +/grolbp +/grolj4 +/gropdf +/grops +/grotty +/gxditview +/hpftodit +/indxbib +/lkbib +/lookbib +/mmroff +/neqn +/nroff +/pdfmom +/pdfroff +/pdfroff-*/ +/penguin.ps +/pfbtops +/pic +/pic2graph +/post-grohtml +/pre-grohtml +/preconv +/ref-add.sed +/ref-del.sed +/refer +/roff2dvi +/roff2html +/roff2pdf +/roff2ps +/roff2text +/roff2x +/shdeps.sed +/soelim +/tbl /test-groff -/autom4te.cache/ +/tfmtodit +/troff +/xtotroff +/gendef.sh |