aboutsummaryrefslogblamecommitdiffstats
path: root/doc/C/Makefile.am
blob: 67b44d27b30e839126554a7f64cf7c0e9c1dd43d (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                     
                                 
                                 

                                 



                                 






                                 

                                 
 


                                 
 
                                  
 
                                    
                                         
 


                                             
          

                                                                 

                                    

                                                                                
 
                         
                                                 
                                                                                  
                                                                               
                                             
                                                                                                   
            
 






                                                                                                 

                                              
                                                                                                       

            
                                                                                                    
                                                                  
                                             
                                                                                                                     

            




                                
evolution_helpdir = $(datadir)/gnome/help/evolution/C

GUIDE_SGML_FILES =      \
    evolution.sgml      \
    apx-authors.sgml    \
    apx-bugs.sgml       \
    apx-gloss.sgml      \
    config-prefs.sgml   \
    config-setupassist.sgml \
    config-sync.sgml    \
    preface.sgml        \
    usage-calendar.sgml \
    usage-contact.sgml  \
    usage-mail.sgml     \
    usage-mainwindow.sgml   \
    usage-sync.sgml

FAQ_SGML_FILES =        \
    evolution-faq.sgml

EXTRA_DIST =            \
    $(FAQ_SGML_FILES)   \
    $(GUIDE_SGML_FILES)

all: evolution-guide evolution-faq

evolution-guide: $(GUIDE_SGML_FILES)
    -db2html $(srcdir)/evolution.sgml

evolution-faq: $(FAQ_SGML_FILES)
    -db2html $(srcdir)/evolution-faq.sgml

dist-hook:
    mkdir $(distdir)/evolution
    -cp evolution/*.html evolution/*.css $(distdir)/evolution
    mkdir $(distdir)/fig
    -cp fig/*.png $(distdir)/fig
    mkdir $(distdir)/evolution/stylesheet-images
    -cp evolution/stylesheet-images/* $(distdir)/evolution/stylesheet-images

# FIXME really messy here
install-data-local: evolution-guide evolution-faq
    $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide
    -for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \
        basefile=`basename $$file`; \
        $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/$$basefile; \
    done

    $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-faq
    -for file in $(srcdir)/evolution-faq/*.html $(srcdir)/evolution-faq/*.css; do \
        basefile=`basename $$file`; \
        $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-faq/$$basefile; \
    done

    $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig
    -for file in $(srcdir)/fig/*.png; do \
        basefile=`basename $$file`; \
        $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig/$$basefile; \
    done

    $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images
    -for file in $(srcdir)/evolution/stylesheet-images/*; do \
        basefile=`basename $$file`; \
        $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images/$$basefile; \
    done

evolution.ps: evolution.sgml
    -db2ps $<

evolution.rtf: evolution.sgml   
    -db2rtf $<