diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-15 23:00:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-15 23:00:01 +0100 |
commit | c7e6382011faf8fa1e1ebe2685f9b21a9880c59e (patch) | |
tree | 11aa4ab7d523d341cdf4d89de769b8dad2c3ef37 /Makefile.in | |
parent | info: colour spaces (diff) | |
download | libcolour-c7e6382011faf8fa1e1ebe2685f9b21a9880c59e.tar.gz libcolour-c7e6382011faf8fa1e1ebe2685f9b21a9880c59e.tar.bz2 libcolour-c7e6382011faf8fa1e1ebe2685f9b21a9880c59e.tar.xz |
info: functions
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index b735d36..842c3cf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,8 +56,10 @@ _TEXINFO_DIRLEVELS = 2 _INFOPARTS = 0 _HAVE_TEXINFO_MANUAL = yes _HTML_FILES = Free-Software-Needs-Free-Documentation.html GNU-Free-Documentation-License.html \ - GNU-General-Public-License.html index.html Overview.html CLUT-Manipulation.html \ - Colour-Spaces.html + GNU-General-Public-License.html index.html Overview.html Colour-Spaces.html \ + Illuminants.html Functions.html CIE-1960-UCS.html CIELAB.html CIELCh.html \ + CIELUV.html CIEUVW.html CIExyY.html CIEXYZ.html RGB.html sRGB.html YCgCo.html \ + YDbDr.html YIQ.html YPbPr.html YUV.html # Used by mk/man.mk #_MAN_PAGE_SECTIONS = 0 3 7 @@ -72,7 +74,8 @@ _COPYING = COPYING ___EVERYTHING_INFO = autohaltd titlepage-data content hardcopy-copying \ appx/fdl appx/free-software-needs-free-documentation appx/gpl \ reusable/macros reusable/paper reusable/titlepage \ - chap/overview chap/clut-manipulation.texinfo chap/colour-spaces.texinfo + chap/overview chap/colour-spaces.texinfo chap/illuminants.texinfo \ + chap/functions.texinfo _EVERYTHING = $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS \ $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) libcolour.h |