diff options
author | Andreas Fankhauser (@tux-six) | 2022-07-05 03:20:13 +0200 |
---|---|---|
committer | Andreas Fankhauser (@tux-six) | 2022-07-05 03:20:13 +0200 |
commit | 2eb3a5adf2fd55f21dd9dfa20b423883a6afce12 (patch) | |
tree | d171a9c97d644cafef67fdde361ff93da65d6dd3 /.gitignore | |
parent | d2c0bed52d0a293d5541940dedbfe2b5c9afd2c8 (diff) | |
download | bulk-ln-2eb3a5adf2fd55f21dd9dfa20b423883a6afce12.zip bulk-ln-2eb3a5adf2fd55f21dd9dfa20b423883a6afce12.tar.gz |
Enhance configure script and other cleanup
- Get rid of Makefile by using configure script to create it fully
- Enhance automation of PROJECT_VERSION
- Fold README and doc/INSTALL into one file
- Try to be more POSIX-like in scripts
- Rename 'package' target to 'dist'
- Drop usage of 'bool'
- Count dirs also while dry-run
- Use dbl quotes in some log msgs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ +/Makefile /build /dist |