Update of /cvsroot/libexif/libexif/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv930/doc
Modified Files:
Makefile.am
Log Message:
2005-07-18 Lutz Mueller <lu...@us...>
* doc/Makefile.am: Make distcheck work again.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/libexif/doc/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- Makefile.am 20 Jun 2005 23:59:11 -0000 1.6
+++ Makefile.am 18 Jul 2005 20:36:24 -0000 1.7
@@ -5,7 +5,7 @@
if HAVE_DOXYGEN
DOXYGEN_FILES =
-DOXYGEN_STAMPS = $(HTML_APIDOC_DIR).stamp $(HTML_APIDOC_INTERNALS_DIR).stamp
+DOXYGEN_STAMPS = $(HTML_APIDOC_DIR).stamp $(HTML_APIDOC_INTERNALS_DIR).stamp $(DOXYGEN_OUTPUT_DIR).stamp
DOXYGEN_UPLOAD = $(HTML_APIDOC_DIR).uploaded $(HTML_APIDOC_INTERNALS_DIR).uploaded
# FIXME: Depending on the source files would be sufficient...
@@ -18,6 +18,10 @@ $(HTML_APIDOC_INTERNALS_DIR).stamp: Doxy
doxygen $<
echo > $@
+$(DOXYGEN_OUTPUT_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la
+ doxygen $<
+ echo > $@
+
$(top_builddir)/libexif/libexif.la:
cd $(top_builddir)/libexif && $(MAKE) libexif.la
@@ -48,6 +52,7 @@ uninstall-apidocs:
clean-apidocs:
rm -rf $(DOXYGEN_OUTPUT_DIR)
+ rm -f $(HTML_APIDOC_DIR).tar.gz
$(DOXYGEN_UPLOAD): $(DOXYGEN_STAMPS)
find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \
|