From 2eb3a5adf2fd55f21dd9dfa20b423883a6afce12 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser (@tux-six) Date: Tue, 5 Jul 2022 03:20:13 +0200 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2247d5f..a3cd4a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +/Makefile /build /dist -- cgit v1.1