Skip to content
Snippets Groups Projects
Makefile.am 328 B
Newer Older
  • Learn to ignore specific revisions
  • doxydir = $(pkgdatadir)/doc/doxygen
    
    doxy_DATA =					\
    	Doxystyle
    
    
    BASEDIR=../..
    
    Christian Engwer's avatar
    Christian Engwer committed
    PAGES =
    
    Christian Engwer's avatar
    Christian Engwer committed
    # add some more stuff to install and tarball
    
    DOCFILES = $(PAGES)
    
    EXTRA_DIST = CMakeLists.txt $(PAGES) Doxystyle
    
    include $(top_srcdir)/am/doxygen
    include $(top_srcdir)/am/global-rules