diff options
| author | Perberos <[email protected]> | 2011-11-09 19:57:36 -0300 | 
|---|---|---|
| committer | Perberos <[email protected]> | 2011-11-09 19:57:36 -0300 | 
| commit | b48b6581d335ff95253b074d32b5d06995d54ae1 (patch) | |
| tree | 3a55a2c4fe9cd3cbaab397b1b8874475f3320a64 /help | |
| parent | da7bb154d27d3b872867223a5df60df8f5fb6e7d (diff) | |
| download | atril-b48b6581d335ff95253b074d32b5d06995d54ae1.tar.bz2 atril-b48b6581d335ff95253b074d32b5d06995d54ae1.tar.xz  | |
renaming libevdocument and libevview to prevent file conflicts
Diffstat (limited to 'help')
| -rw-r--r-- | help/reference/libdocument/Makefile.am | 4 | ||||
| -rw-r--r-- | help/reference/libview/Makefile.am | 6 | ||||
| -rw-r--r-- | help/reference/shell/Makefile.am | 4 | 
3 files changed, 7 insertions, 7 deletions
diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index 8d376421..dec03e8e 100644 --- a/help/reference/libdocument/Makefile.am +++ b/help/reference/libdocument/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.10  # of using the various options.  # The name of the module, e.g. 'glib'. -DOC_MODULE = libevdocument +DOC_MODULE = libatrildocument  # Uncomment for versioned docs and specify the version of the module, e.g. '2'.  DOC_MODULE_VERSION = $(EV_API_VERSION) @@ -107,7 +107,7 @@ GTKDOC_CFLAGS = \  	$(DISABLE_DEPRECATED)  GTKDOC_LIBS = \ -	$(top_builddir)/libdocument/libevdocument.la	\ +	$(top_builddir)/libdocument/libatrildocument.la	\  	$(LIBDOCUMENT_LIBS)  # This includes the standard gtk-doc make rules, copied by gtkdocize. diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am index 34a18839..edbc870e 100644 --- a/help/reference/libview/Makefile.am +++ b/help/reference/libview/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.10  # of using the various options.  # The name of the module, e.g. 'glib'. -DOC_MODULE = libevview +DOC_MODULE = libatrilview  # Uncomment for versioned docs and specify the version of the module, e.g. '2'.  DOC_MODULE_VERSION = $(EV_API_VERSION) @@ -113,8 +113,8 @@ GTKDOC_CFLAGS = \  	$(DISABLE_DEPRECATED)  GTKDOC_LIBS = \ -	$(top_builddir)/libdocument/libevdocument.la \ -	$(top_builddir)/libview/libevview.la \ +	$(top_builddir)/libdocument/libatrildocument.la \ +	$(top_builddir)/libview/libatrilview.la \  	$(LIBDOCUMENT_LIBS)  # This includes the standard gtk-doc make rules, copied by gtkdocize. diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 945719ca..a78201d7 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -121,8 +121,8 @@ GTKDOC_LIBS = \  	$(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la	\  	$(top_builddir)/cut-n-paste/smclient/libsmclient.la		\  	$(top_builddir)/properties/libevproperties.la			\ -	$(top_builddir)/libdocument/libevdocument.la			\ -	$(top_builddir)/libview/libevview.la				\ +	$(top_builddir)/libdocument/libatrildocument.la			\ +	$(top_builddir)/libview/libatrilview.la				\  	$(top_builddir)/libmisc/libevmisc.la				\  	$(SHELL_LIBS)							\  	$(GTK_PRINT_LIBS)						\  | 
