[yelp] Cleaning old cruft from git
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Cleaning old cruft from git
- Date: Thu, 1 Apr 2010 22:15:41 +0000 (UTC)
commit 8797869e7f958adf7f62e593d5e1c86da82b3576
Author: Shaun McCance <shaunm gnome org>
Date: Thu Apr 1 12:44:39 2010 -0500
Cleaning old cruft from git
.gitignore | 29 +++-
idl/GNOME_Yelp.idl | 20 --
omf.make | 53 -----
po/POTFILES.in | 22 ++-
po/POTFILES.skip | 8 -
src/Makefile.am | 6 -
src/info2html/.cvsignore | 3 -
src/man2html/.cvsignore | 3 -
test/Makefile.am | 1 -
test/autogen.sh | 150 -------------
test/configure.in | 74 -------
test/omf.make | 53 -----
test/testdoc1/.cvsignore | 4 -
test/testdoc1/Makefile.am | 5 -
test/testdoc1/legal.xml | 76 -------
test/testdoc1/testdoc1.omf | 16 --
test/testdoc1/testdoc1.xml | 495 --------------------------------------------
test/xhelp/Makefile.am | 5 -
test/xhelp/legal.xml | 76 -------
test/xhelp/xhelp.omf | 16 --
test/xhelp/xhelp.xml | 176 ----------------
test/xmldocs.make | 95 ---------
xmldocs.make | 95 ---------
23 files changed, 39 insertions(+), 1442 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f79849d..445ff4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,9 +12,12 @@
.deps
.dirstamp
.libs
+Makefile
+Makefile.in
/aclocal.m4
/autom4te.cache/
+/compile
/config.guess
/config.h
/config.h.in
@@ -28,12 +31,28 @@
/intltool-merge.in
/intltool-update.in
/libtool
+/libyelp/stamp-yelp-marshal.h
+/libyelp/yelp-marshal.c
+/libyelp/yelp-marshal.h
+/libyelp/yelp-types.c
+/libyelp/yelp-types.h
/ltmain.sh
+/m4
/missing
+/mkinstalldirs
+/po/*.gmo
+/po/.intltool-merge-cache
+/po/Makefile.in.in
+/po/POTFILES
+/po/stamp-it
+/src/stamp-yelp-marshal.h
+/src/yelp
+/src/yelp-dbus.h
+/src/yelp-marshal.c
+/src/yelp-marshal.h
/stamp-h1
-
+/stylesheets/db-title.xsl
+/stylesheets/db2html.xsl
+/stylesheets/mal2html.xsl
+/stylesheets/toc2html.xsl
/tests/test-view
-
-Makefile.in
-Makefile
-
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 55fc8e6..f1addba 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -8,26 +8,34 @@ data/toc.xml.in
[type: gettext/glade]data/ui/yelp-bookmarks-add.ui
[type: gettext/glade]data/ui/yelp-open-location.ui
[type: gettext/glade]data/ui/yelp-preferences.ui
-data/yelp.schemas.in
+libyelp/yelp-debug.c
+libyelp/yelp-docbook-document.c
+libyelp/yelp-document.c
+libyelp/yelp-error.c
+libyelp/yelp-io-channel.c
+libyelp/yelp-location-entry.c
+libyelp/yelp-mallard-document.c
+libyelp/yelp-marshal.c
+libyelp/yelp-settings.c
+libyelp/yelp-simple-document.c
+libyelp/yelp-transform.c
+libyelp/yelp-types.c
+libyelp/yelp-uri.c
+libyelp/yelp-view.c
src/eggdesktopfile.c
src/eggsmclient.c
+src/yelp-application.c
src/yelp-base.c
src/yelp-bookmarks.c
src/yelp-db-print.c
-src/yelp-docbook.c
-src/yelp-document.c
src/yelp-error.c
src/yelp-info.c
-src/yelp-io-channel.c
src/yelp-main.c
-src/yelp-mallard.c
src/yelp-man.c
src/yelp-page.c
src/yelp-print.c
src/yelp-search-parser.c
src/yelp-search.c
-src/yelp-settings.c
src/yelp-toc.c
-src/yelp-transform.c
src/yelp-window.c
yelp.desktop.in.in
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 643f8b1..8cda3a4 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,9 +1 @@
-src/yelp-db-pager.c
-src/yelp-db-print-pager.c
-src/yelp-info-pager.c
-src/yelp-man-pager.c
-src/yelp-pager.c
-src/yelp-search-pager.c
-src/yelp-toc-pager.c
-src/yelp-xslt-pager.c
yelp.desktop.in
diff --git a/src/Makefile.am b/src/Makefile.am
index a1e26ea..d2f4625 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,16 +10,10 @@ yelp_SOURCES = \
# yelp-error.c yelp-error.h \
# yelp-html.c yelp-html.h \
# yelp-io-channel.c yelp-io-channel.h \
-# yelp-settings.c yelp-settings.h \
# yelp-utils.c yelp-utils.h \
# yelp-window.c yelp-window.h \
# yelp-marshal.c yelp-marshal.h \
-# yelp-main.c \
-# yelp-page.c yelp-page.h \
-# yelp-transform.c yelp-transform.h \
-# yelp-document.h yelp-document.c \
# yelp-toc.h yelp-toc.c \
-# yelp-docbook.h yelp-docbook.c \
# yelp-db-print.c yelp-db-print.h \
# yelp-mallard.h yelp-mallard.c \
# yelp-man-parser.c yelp-man-parser.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]