| 
                Last change
                  on this file since 1769 was
                  898,
                  checked in by hartmans, 17 years ago
           | 
        
        
          | 
               
Add pyyaml and libyaml packages 
backported from lenny. 
There is discussion about how these should go in the repository; these are added in this form 
in order to make forward progress.   
 
           | 
        
        | 
            File size:
            389 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [898] | 1 | INCLUDES = yaml.h | 
|---|
 | 2 | DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg | 
|---|
 | 3 |  | 
|---|
 | 4 | nobase_include_HEADERS = $(INCLUDES) | 
|---|
 | 5 |  | 
|---|
 | 6 | if DOXYGEN | 
|---|
 | 7 |  | 
|---|
 | 8 | html: $(INCLUDES) $(DOXYGEN_CFG) | 
|---|
 | 9 |         PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG) | 
|---|
 | 10 |  | 
|---|
 | 11 | endif | 
|---|
 | 12 |  | 
|---|
 | 13 | distclean-local: | 
|---|
 | 14 |         -rm -rf $(top_builddir)/doc/html | 
|---|
 | 15 |  | 
|---|
 | 16 | dist-hook: html | 
|---|
 | 17 |         cp -a $(top_builddir)/doc/html $(top_distdir)/doc | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.