Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
*.m4
ChangeLog
m4/ChangeLog
autom4te.cache
autoscan.log
compile
config.*
config.guess
config.log
config.status
config.sub
configure
configure.scan
depcomp
Expand All @@ -14,7 +19,13 @@ Makefile
Makefile.in
missing
mkinstalldirs
src/config.h
src/config.h.in
*~
*.o
*.pc
tester
.dirstamp
stamp-h1
po/stamp-po
po/*.gmo
1,379 changes: 1,379 additions & 0 deletions ABOUT-NLS

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#

AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man scripts
SUBDIRS = po src man scripts

EXTRA_DIST = autogen.sh Changelog
EXTRA_DIST = config.rpath m4/ChangeLog autogen.sh Changelog

ACLOCAL_AMFLAGS = -I m4
Loading