rename iface/ as spot-if/

So that instead of having to do
  #incluce <spot/iface/ltsmin/ltsmin.hh>
for using installed the installed header, and
  #incluce <iface/ltsmin/ltsmin.hh>
for using the non-installed version, we now do
  #incluce <spot-if/ltsmin/ltsmin.hh>
in both cases.

* iface/: Rename as...
* spot-if/: ... this.
* doc/Doxyfile.in, README, configure.ac, Makefile.am,
spot/sanity/80columns.test, spot/sanity/style.test: Adjust.
* NEWS: Mention the change.
* spot-if/ltsmin/Makefile.am: Install headers in $includedir/spot-if.
* debian/libspot-dev.install: Distribute that directory as well.
This commit is contained in:
Alexandre Duret-Lutz 2015-12-07 21:53:09 +01:00
parent 690b8f51c7
commit b519c7d3dc
25 changed files with 26 additions and 22 deletions

View file

@ -153,7 +153,6 @@ FULL_PATH_NAMES = YES
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH = @top_srcdir@/ \
@top_srcdir@/iface/ \
@srcdir@
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
@ -163,8 +162,7 @@ STRIP_FROM_PATH = @top_srcdir@/ \
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.
STRIP_FROM_INC_PATH = @top_srcdir@/ \
@top_srcdir@/iface/
STRIP_FROM_INC_PATH = @top_srcdir@/
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
@ -763,7 +761,7 @@ WARN_LOGFILE =
INPUT = @srcdir@/mainpage.dox \
@top_srcdir@/spot \
@top_srcdir@/iface
@top_srcdir@/spot-if
# 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