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.
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:17:36 -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 cv - --files-from - $(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\
Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-mag/configure.in,v retrieving revision 1.93 diff -u -p -r1.93 configure.in --- configure.in 4 Oct 2005 16:19:31 -0000 1.93 +++ configure.in 13 Oct 2005 12:17:56 -0000 @@ -262,4 +262,6 @@ magnifier/Makefile cursors/Makefile cursors/1_32/Makefile test/Makefile +docs/Makefile +docs/reference/Makefile ])
Attachment:
gnome-mag-docs.tar.gz
Description: GNU Zip compressed data