Changes between Initial Version and Version 1 of Ticket #26151, comment 37


Ignore:
Timestamp:
Feb 27, 2015, 12:37:20 PM (9 years ago)
Author:
pancake@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26151, comment 37

    initial v1  
    11I have found several dupped issues related to the same problem, and its something that it's been buggy since the begining and the bugs get opened again and again. This is the solution I did to solve the same problem I was able to reproduce right now.
    22
    3 ```
     3{{{
    44$ cat xml-catalog.sh
    55#!/bin/sh
     
    1212done
    1313echo '</catalog>'
    14 ```
     14}}}
     15
    1516
    1617This script will generate the /opt/local/etc/xml/catalog. the gtk-doc program fails if this file contain entries that point to outdated or non-existent versions of those catalogs.