diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-08 13:47:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-08 13:47:13 +0100 |
commit | 5b9aeb0a9e957b084809679ca0fc83c24fde88d2 (patch) | |
tree | e2391b4e80a665da843939b89a6aa305341da810 | |
parent | ac1f30dae37831e1092101abb0523558e650b4fd (diff) |
get rid of ChangeLog generation from svn, start new ChangeLog for Gitinitial-import-from-subversion-38251
-rw-r--r-- | Makefile.am | 12 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
2 files changed, 2 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 18638d78e..567e7b5ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,15 +20,3 @@ doc_DATA = COPYING README ACLOCAL_AMFLAGS = -I m4 -ChangeLog: - if svn info > /dev/null; then \ - svn log -v --xml -r HEAD:18409 | \ - xsltproc --stringparam ignore-message-starting "-" \ - --stringparam strip-prefix "gnunet" \ - --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ - fi - -dist: ChangeLog - -.PHONY: ChangeLog - diff --git a/po/POTFILES.in b/po/POTFILES.in index e12d8203c..03cf22279 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -243,6 +243,8 @@ src/nat/gnunet-helper-nat-server.c src/nat/gnunet-helper-nat-server-windows.c src/nat/gnunet-nat.c src/nat/gnunet-nat-server.c +src/nat/gnunet-service-nat.c +src/nat/nat_api.c src/nat/nat_auto.c src/nat/nat.c src/nat/nat_mini.c |