Make strace.1 generated

* .gitignore (/strace.1): New entry.
* configure.ac (AC_CONFIG_FILES): Add strace.1.
* strace.1.in: Rename from strace.1.
This commit is contained in:
Eugene Syromyatnikov 2017-08-10 20:38:10 +02:00
parent e552b7b765
commit 4f9270f0c5
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -56,6 +56,7 @@
/strace
/strace-*.tar.gz
/strace-*.tar.xz
/strace.1
/strace.dsc
/strace.spec
/sys_func.h

View File

@ -814,6 +814,7 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
tests-m32/Makefile
tests-mx32/Makefile
strace.1
strace.spec
debian/changelog])
AC_OUTPUT