From d6ae994c10d1d3e9df01d352f95ac825e51c01e2 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 23 Jul 2020 13:59:29 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Remove empty files ChangeLog, TODO and NEWS. Rework of the README file. Some cosmetics. Signed-off-by: gregory guy --- po/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 po/Makefile.am (limited to 'po/Makefile.am') diff --git a/po/Makefile.am b/po/Makefile.am deleted file mode 100644 index a3fb140..0000000 --- a/po/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -POFILES = AUTO -SUBDIRS = de -SHELL = /bin/sh - -merge: - cd $(top_srcdir)/po; \ - for subdir in $(SUBDIRS); do \ - for potfile in *.pot; do \ - if test "$$subdir" = "."; then :; else \ - subname=$$(basename $$potfile .pot); \ - $(MAKE) -f $(top_srcdir)/admin/Makefile.common package-merge POFILES="$$subdir/$$subname.po" PACKAGE="$$subname"; \ - fi; \ - done; \ - done; -- cgit v1.2.1