From 2afb89721562b73efcae14314f93f50af5c20a5c Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sun, 11 Dec 2016 08:31:38 -0200 Subject: [PATCH] Distribui os arquivos de ajuda. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Eles serão instalados em docdir, /usr/share/doc/declara/, se o prefixo for /usr/. --- Makefile.am | 2 +- configure.ac | 2 +- help/Makefile.am | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 help/Makefile.am diff --git a/Makefile.am b/Makefile.am index 128d61e..2e7304b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = lib src test +SUBDIRS = lib src test help diff --git a/configure.ac b/configure.ac index 0cea681..b632a41 100644 --- a/configure.ac +++ b/configure.ac @@ -14,4 +14,4 @@ AC_SEARCH_LIBS([readline], [readline], [], AC_MSG_ERROR([could not find readline])) AC_CONFIG_HEADERS([config.h]) -AC_OUTPUT(Makefile lib/Makefile src/Makefile test/Makefile) +AC_OUTPUT(Makefile lib/Makefile src/Makefile test/Makefile help/Makefile) diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..255f776 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,3 @@ +doc_DATA = \ + cpf.txt \ + ano.txt -- 2.20.1