summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-08-17 23:07:33 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-08-17 23:07:33 +0000
commitaeca7e4e71585e42960f0aa5456a7db4a8bfeddb (patch)
treecbf7de2ebbcb2a905e458bc721aeea5e1b346968 /doc
parent852c505589581ee488a576986141ff1ebd0512cc (diff)
downloadlibgphoto2-aeca7e4e71585e42960f0aa5456a7db4a8bfeddb.tar.gz
removed all doc generation connected with the removed gphoto2.xml
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5020 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am119
1 files changed, 2 insertions, 117 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 838c797f1..b8438f9a8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,131 +9,16 @@ SUBDIRS = api
# docbook source, should we delete or re-create the created docs.
#
-# distribute manual Portable Document Format (PDF) if possible
-manual_pdf = # @manual_pdf@
-
-# distribute manual in PostScript (PS) format if possible
-manual_ps = # @manual_ps@
-
-# build HTML manual if possible
-manual_html = # @manual_html@
-
-# CLEAN_FILES = $(manual_pdf) $(manual_ps) figures-stamp
-
-MANUAL_SRC = gphoto2.xml faq.xml
-
EXTRA_DIST = DAEMON build_OS2.txt \
camlib_devel.lyx \
camlib_devel-portmon.eps camlib_devel-repeater.eps \
camlib_devel.sgml camlib_devel.txt camlib_devel-y.eps \
frontend_devel.lyx frontend_devel.sgml frontend_devel.txt \
gphoto2-cli.txt \
- FAQ
-# gphoto2.xml faq.xml $(man_MANS) $(manual_pdf) $(manual_ps) \
+ FAQ faq.xml
man_MANS = gphoto2.1 gphoto2.3 gphoto2_port.3
docdir = @DOC_DIR@
-doc_DATA = gphoto2-cli.txt FAQ $(manual_pdf) $(manual_ps)
-
-figures-stamp:
- $(MAKE) -C figures
- touch $@
-
-########################################################################
-# The following rules are for regenerating man pages, pdf, html and ps
-# docs from gphoto2.xml. This is only done when xmlto is found, which
-# can be obtained from <URL:http://cyberelk.net/tim/xmlto/>.
-#
-# We should not forget the alternative dummy targets, as otherwise
-# the build process will barf when xmlto is not present.
-########################################################################
-
-api/sgml/gphoto2-camera.xml: api/sgml/gphoto2-camera.sgml
- sgml2xml $< > $@
-
-########################################################################
-if XMLTOPDF
-gphoto2.pdf: $(MANUAL_SRC) figures-stamp
- test -e $$(basename $<) || ln -s $< # symlink file from srcdir to builddir if required
- $(XMLTO) pdf $$(basename $<) # work on local file or symlink
-endif
-########################################################################
-
-
-########################################################################
-if XMLTOPS
-# doesn't work if builddir != srcdir
-gphoto2.ps: $(MANUAL_SRC) figures-stamp
- test -e $$(basename $<) || ln -s $< # symlink file from srcdir to builddir if required
- $(XMLTO) ps $$(basename $<) # work on local file or symlink
-endif
-########################################################################
-
-
-########################################################################
-if XMLTOMAN
-# works if builddir != srcdir
-$(man_MANS): gphoto2.xml
- $(XMLTO) man $<
-endif
-########################################################################
-
-
-.PHONY: clean-local-manual
-.PHONY: install-data-local-manual
-.PHONY: dist-hook-manual
-
-
-########################################################################
-if XMLTOHTML
-# doesn't work correctly if builddir != srcdir
-
-# do not empty this variable
-htmldir=@HTML_DIR@
-
-TARGET_DIR=$(htmldir)/manual
-
-manual: $(MANUAL_SRC)
- $(XMLTO) html -o "$@" "$<"
- cd $@ && rm -f figures && ln -s ../figures figures # to view docs in src tree
- touch "$@"
-
-clean_local_manual = clean-local-manual
-clean-local-manual:
- rm -rf "manual/"
-
-install_data_local_manual = install-data-local-manual
-install-data-local-manual: manual figures-stamp
- $(INSTALL) -d -m 0755 $(DESTDIR)$(TARGET_DIR)
- $(INSTALL_DATA) ./manual/*.html $(DESTDIR)$(TARGET_DIR)
-if ENABLE_FIGURES
- $(INSTALL) -d -m 0755 $(DESTDIR)$(TARGET_DIR)/figures
- $(INSTALL_DATA) ./figures/*.png $(DESTDIR)$(TARGET_DIR)/figures
-endif
-
-# copy HTML manual to distribution
-dist_hook_manual = dist-hook-manual
-dist-hook-manual: manual figures-stamp
- $(INSTALL_DATA) manual/*.html $(distdir)/
-if ENABLE_FIGURES
- $(INSTALL_DATA) figures/*.png $(distdir)/manual/
-endif
-endif
-########################################################################
-
-
-
-########################################################################
-clean-local: $(clean_local_manual)
- @echo "Dummy $@ target"
-
-install-data-local: $(install_data_local_manual)
- @echo "Dummy $@ target"
-
-dist-hook: $(dist_hook_manual)
- @echo "Dummy $@ target"
-
-all-local: $(man_MANS) $(manual_pdf) $(manual_ps) $(manual_html)
- @echo "Dummy $@ target"
+doc_DATA = gphoto2-cli.txt FAQ