]> granicus.if.org Git - strace/commitdiff
Make strace.1 generated
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 10 Aug 2017 18:38:10 +0000 (20:38 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 10 Aug 2017 19:36:01 +0000 (21:36 +0200)
* .gitignore (/strace.1): New entry.
* configure.ac (AC_CONFIG_FILES): Add strace.1.
* strace.1.in: Rename from strace.1.

.gitignore
configure.ac
strace.1.in [moved from strace.1 with 100% similarity]

index 0885bcb56dc1eaa84d71e268c4c08c65e648c72c..6b226fba5a4203f2b26d9ae3d2b226cdc9cfdbc5 100644 (file)
@@ -56,6 +56,7 @@
 /strace
 /strace-*.tar.gz
 /strace-*.tar.xz
+/strace.1
 /strace.dsc
 /strace.spec
 /sys_func.h
index 7a9abf8fe0362a26aa6f077626cd5a169a067b4d..68b56094ff9f67ad67ab67a8173bd64ed940b3e4 100644 (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
similarity index 100%
rename from strace.1
rename to strace.1.in