[gcalctool] Moved man page from gcalctool/ to data/



commit f588f67085c1ce1397b53b9007318eda48102fb7
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri May 8 12:15:32 2009 +1000

    Moved man page from gcalctool/ to data/
---
 data/Makefile.am                |    4 +++-
 {gcalctool => data}/gcalctool.1 |    0
 gcalctool/Makefile.am           |    3 ---
 gcalctool/gcalctool.png         |  Bin 2406 -> 0 bytes
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index 935fd9f..bd790dc 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -13,7 +13,9 @@ Utilities_in_files = gcalctool.desktop.in
 Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-EXTRA_DIST = $(ui_DATA) $(schema_in_files) gcalctool.desktop.in
+man1_MANS = gcalctool.1
+
+EXTRA_DIST = $(ui_DATA) $(schema_in_files) gcalctool.desktop.in $(man1_MANS)
 
 if GCONF_SCHEMAS_INSTALL
 # Install the gcalctool schema file.
diff --git a/gcalctool/gcalctool.1 b/data/gcalctool.1
similarity index 100%
rename from gcalctool/gcalctool.1
rename to data/gcalctool.1
diff --git a/gcalctool/Makefile.am b/gcalctool/Makefile.am
index f845d05..5a43285 100644
--- a/gcalctool/Makefile.am
+++ b/gcalctool/Makefile.am
@@ -85,8 +85,6 @@ code-format:
 	-cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs\
 	-nprs -npsl -nut -saf -sai -saw -nsc -nsob -nss
 
-man1_MANS = gcalctool.1
-
 # Install a symlink between gcalctool and gnome-calculator
 install-exec-hook:
 	test -e "$(DESTDIR)$(bindir)/gnome-calculator" \
@@ -98,7 +96,6 @@ uninstall-local:
 	&& rm -f "$(DESTDIR)$(bindir)/gnome-calculator"
 
 EXTRA_DIST = \
-	$(man1_MANS) \
 	ce_parser.y \
 	ce_tokeniser.l
 
diff --git a/gcalctool/gcalctool.png b/gcalctool/gcalctool.png
deleted file mode 100644
index 33b76d4..0000000
Binary files a/gcalctool/gcalctool.png and /dev/null differ



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