After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 357628 - template-less operation
template-less operation
Status: RESOLVED DUPLICATE of bug 338068
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-25 15:17 UTC by Matthias Clasen
Modified: 2007-07-15 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2006-09-25 15:17:11 UTC
hal is using gtk-doc without templates. 
David told me that he needed the following patch to make make distcheck work:

--- a/gtk-doc.make

+++ b/gtk-doc.make

@@ -76,7 +76,7 @@ tmpl.stamp: tmpl-build.stamp

 

 #### xml ####

 

-sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml $(expand_content_files)

+sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(expand_content_files)

         @echo 'gtk-doc: Building XML'

         @-chmod -R u+w $(srcdir)

         cd $(srcdir) && \

@@ -107,6 +107,7 @@ endif

 clean-local:

         rm -f *~ *.bak

         rm -rf .libs

+        rm -rf tmpl

 

 maintainer-clean-local: clean

         cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-15 12:50:09 UTC

*** This bug has been marked as a duplicate of 338068 ***