[aisleriot] Move man page to help directory



commit b8b51a3de25a7581ab66c79fd03b75d202ea75f3
Author: Christian Persch <chpe gnome org>
Date:   Fri Apr 15 00:52:24 2011 +0200

    Move man page to help directory

 help/Makefile.am    |    2 ++
 {src => help}/sol.6 |    0
 src/Makefile.am     |    3 ---
 3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index 5b585a9..03ec276 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -104,4 +104,6 @@ DOC_FIGURES = \
 
 dist-hook: doc-dist-hook
 
+dist_man_MANS = sol.6
+
 -include $(top_srcdir)/git.mk
diff --git a/src/sol.6 b/help/sol.6
similarity index 100%
rename from src/sol.6
rename to help/sol.6
diff --git a/src/Makefile.am b/src/Makefile.am
index 8168a77..73d5831 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -157,8 +157,6 @@ schemadir = $(GCONF_SCHEMA_FILE_DIR)
 schema_DATA = $(schema_in_files:.schemas.in=.schemas)
 endif
 
-man_MANS = sol.6
-
 %.service: %.service.in Makefile
 	$(AM_V_GEN) $(SED) -e "s|%bindir%|$(bindir)|" $< > $@
 
@@ -184,7 +182,6 @@ EXTRA_DIST = \
 	$(ossoscript_in_files)	\
 	$(ossoservice_in_files)	\
 	$(schema_in_files)	\
-	$(man_MANS)		\
 	game-names.h
 
 CLEANFILES = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]