diff --git a/debian/swisssurfer-dev.install b/debian/swisssurfer-dev.install index de001d4..c16184e 100644 --- a/debian/swisssurfer-dev.install +++ b/debian/swisssurfer-dev.install @@ -3,5 +3,4 @@ usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* usr/lib/*.la -usr/share/swisssurfer usr/share/doc/swisssurfer/html diff --git a/debian/swisssurfer.install b/debian/swisssurfer.install index d0dbfd1..608f7ec 100644 --- a/debian/swisssurfer.install +++ b/debian/swisssurfer.install @@ -1 +1,3 @@ +usr/bin/* usr/lib/lib*.so.* +usr/share \ No newline at end of file diff --git a/doc/doxyfile.in b/doc/doxyfile.in index 869770b..91e1276 100644 --- a/doc/doxyfile.in +++ b/doc/doxyfile.in @@ -749,7 +749,6 @@ WARN_LOGFILE = doxygen.errors # Note: If this tag is empty the current directory is searched. INPUT = @top_srcdir@/src -INPUT += @top_srcdir@/test # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -769,8 +768,7 @@ INPUT_ENCODING = UTF-8 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, # *.qsf, *.as and *.js. -FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.idl *.ddl *.odl *.h *.hh *.hxx *.hpp *.h++ *.cs *.d *.php *.php4 *.php5 *.phtml *.inc *.m *.markdown *.md *.mm *.dox *.py *.f90 *.f *.for *.tcl *.vhd *.vhdl *.ucf *.qsf *.as *.js -FILE_PATTERNS += *.wt +FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.idl *.ddl *.odl *.h *.hh *.hxx *.hpp *.h++ *.cs *.d *.php *.php4 *.php5 *.phtml *.inc *.m *.markdown *.md *.mm *.dox *.py *.f90 *.f *.for *.tcl *.vhd *.vhdl *.ucf *.qsf *.as *.js *.wt # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. @@ -818,7 +816,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = +EXAMPLE_PATH = @top_srcdir@/examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and diff --git a/doc/doxygenlayout.xml b/doc/doxygenlayout.xml deleted file mode 100644 index 4e20439..0000000 --- a/doc/doxygenlayout.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/makefile.am b/doc/makefile.am index 131e739..7486a87 100644 --- a/doc/makefile.am +++ b/doc/makefile.am @@ -1,6 +1,6 @@ ## @id $Id$ # -# This file has been added by bootstrap.sh on Sat, 09 May 2015 08:50:06 +0200 +# This file has been added by bootstrap.sh on Wed, 09 September 2015 15:45:15 +0200 # Feel free to change it or even remove and rebuild it, up to your needs # ## 1 2 3 4 5 6 7 8 diff --git a/doc/screenshot.png b/doc/screenshot.png deleted file mode 100644 index ceb2971..0000000 Binary files a/doc/screenshot.png and /dev/null differ diff --git a/makefile.am b/makefile.am index 40e359f..a65b1b9 100644 --- a/makefile.am +++ b/makefile.am @@ -1,6 +1,6 @@ ## @id $Id$ # -# This file has been added by bootstrap.sh on Sun, 10 May 2015 15:59:26 +0200 +# This file has been added by bootstrap.sh on Wed, 09 September 2015 15:45:15 +0200 # Feel free to change it or even remove and rebuild it, up to your needs # ## 1 2 3 4 5 6 7 8 @@ -8,4 +8,6 @@ SUBDIRS = src doc examples +doc_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog + MAINTAINERCLEANFILES = makefile.in