From 55d9edc1a60a09b7bb7992f4fd3cb7b61904a298 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 1 May 2013 15:03:32 +0000 Subject: [PATCH] --- Makefile | 3 ++- Makefile.am | 3 ++- Makefile.in | 3 ++- config.status | 3 ++- configure | 3 ++- configure.ac | 1 + doc/Makefile.am | 4 ++++ doc/index.txt | 4 ++++ 8 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 doc/Makefile.am create mode 100644 doc/index.txt diff --git a/Makefile b/Makefile index 0752d26..cdde947 100644 --- a/Makefile +++ b/Makefile @@ -290,7 +290,8 @@ target_alias = top_build_prefix = top_builddir = . top_srcdir = . -SUBDIRS = po \ +SUBDIRS = doc \ + po \ icons/hicolor/scalable \ src \ tests diff --git a/Makefile.am b/Makefile.am index 843b1c9..6b10eec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS = po \ +SUBDIRS = doc \ + po \ icons/hicolor/scalable \ src \ tests diff --git a/Makefile.in b/Makefile.in index 44fcb99..e17e11f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,7 +290,8 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = po \ +SUBDIRS = doc \ + po \ icons/hicolor/scalable \ src \ tests diff --git a/config.status b/config.status index 82a4a8d..3462196 100755 --- a/config.status +++ b/config.status @@ -393,7 +393,7 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " # Files that config.status was made for. -config_files=" Makefile icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile src/glade/Makefile tests/Makefile" +config_files=" Makefile doc/Makefile icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile src/glade/Makefile tests/Makefile" config_commands=" depfiles po-directories" ac_cs_usage="\ @@ -540,6 +540,7 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "icons/hicolor/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES icons/hicolor/scalable/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; diff --git a/configure b/configure index 4a569e7..3770800 100755 --- a/configure +++ b/configure @@ -7356,7 +7356,7 @@ fi PTHREAD_LIBS=-pthread -ac_config_files="$ac_config_files Makefile icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile src/glade/Makefile tests/Makefile" +ac_config_files="$ac_config_files Makefile doc/Makefile icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile src/glade/Makefile tests/Makefile" for ac_prog in help2man @@ -8196,6 +8196,7 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "icons/hicolor/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES icons/hicolor/scalable/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; diff --git a/configure.ac b/configure.ac index ddd56a9..35668a4 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,7 @@ AC_SUBST(PTHREAD_LIBS) AC_CONFIG_FILES([ Makefile + doc/Makefile icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..361c725 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST = index.txt index.html + +index.html: index.txt + asciidoc -n -a toc index.txt diff --git a/doc/index.txt b/doc/index.txt new file mode 100644 index 0000000..fd1cb35 --- /dev/null +++ b/doc/index.txt @@ -0,0 +1,4 @@ +PRSS +==== + +PRSS is a GTK+ client application for Tiny Tiny RSS. \ No newline at end of file -- 2.7.4