Re: [g-a-devel] gnome-mag API reference makefiles: errors corrected
- From: Carlos Eduardo Rodrigues Diogenes <cerdiogenes yahoo com br>
- To: gnome-accessibility-devel gnome org
- Subject: Re: [g-a-devel] gnome-mag API reference makefiles: errors corrected
- Date: Thu, 13 Oct 2005 10:09:17 -0300
Carlos Eduardo Rodrigues Diogenes wrote:
Carlos Eduardo Rodrigues Diogenes wrote:
I'm sending the patch for Makefile.am and configure.in in the main
gnome-mag directory and I'm sending too the new docs dir in tar.gz.
Sorry, the files that I send make the install target fail. I patch it
and test a lot more. Everything must be working now. Sorry again....
Carlos.
Sorry again, I will be less annoying, I promise :-)... I send the wrong
Makefile.am patch in the last message. Here is the right one...
Carlos.
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-mag/Makefile.am,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile.am
--- Makefile.am 8 Apr 2004 19:30:41 -0000 1.5
+++ Makefile.am 13 Oct 2005 12:52:32 -0000
@@ -1,6 +1,6 @@
# Process this file with automake to create Makefile.in.
-SUBDIRS = idl magnifier test po cursors
+SUBDIRS = idl magnifier test po cursors docs
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA= gnome-mag-1.0.pc
@@ -10,8 +10,21 @@ EXTRA_DIST=gnome-mag-1.0.pc.in \
intltool-merge.in \
intltool-update.in
+doc_tarball_files = \
+ docs/reference/html
-.PHONY: files
+gnome-mag-1-0-docs.tar.gz:
+ tar cf - $(doc_tarball_files) | gzip -c --best >$@
+
+doc-clean-recursive:
+ (cd docs && $(MAKE) $(AM_MAKEFLAGS) doc-clean)
+
+doc-clean: doc-clean-recursive
+
+doc-rebuild:
+ (cd docs && $(MAKE) $(AM_MAKEFLAGS) doc-rebuild)
+
+.PHONY: files doc-clean doc-clean-recursive doc-rebuild
files:
@for subdir in $(SUBDIRS); do\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]