diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-17 16:38:30 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-17 16:38:30 +0000 |
commit | 4a95f48489d0046c4aad919d73573e1a6616688b (patch) | |
tree | 62c274cd29455e5c693de8f3c6a8336f4b785087 /contrib/Makefile.am | |
parent | 93d2f7aa829d921527efb92b10c12d64552e1f12 (diff) |
contrib/removetrailingwhitespace: sed the python
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 1db5b3091b..40e6d3e92b 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -19,6 +19,7 @@ endif noinst_SCRIPTS = \ terminate.py \ pydiffer.py \ + removetrailingwhitespace.py \ gnunet_pyexpect.py \ gnunet_janitor.py \ gnunet-chk.py @@ -52,6 +53,7 @@ EXTRA_DIST = \ gnunet_pyexpect.py.in \ gnunet_janitor.py.in \ gnunet-chk.py.in \ + removetrailingwhitespace.py.in \ pydiffer.py.in \ gnunet-gns-import.sh \ openvpn-tap32/tapw32/tap0901.sys \ |