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

5
NEWS
View file

@ -18,7 +18,10 @@ New in spot 1.99.6a (not yet released)
Inside the source distribution, the subdirectory src/ has been
renamed to spot/, so that the root of the source tree can also be
put on the preprocessor's search path to compile against a
non-installed version of Spot.
non-installed version of Spot. Similarly, iface/ has been renamed
to spot-if/ and is now installed in $includedir/spot-if/ instead
of $includedir/spot/iface/, so that installed and non-installed
directories can be used similarly.
Python: