diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-11 22:09:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-11 22:09:28 +0100 |
commit | 11e8e5b6920b9421a9d80e03a0e83194f4c74b4e (patch) | |
tree | cb1ae00cd6a4d60e9ad43e43bf6834c100c64c1b /Makefile.in | |
parent | whitespace (diff) | |
download | libclut-11e8e5b6920b9421a9d80e03a0e83194f4c74b4e.tar.gz libclut-11e8e5b6920b9421a9d80e03a0e83194f4c74b4e.tar.bz2 libclut-11e8e5b6920b9421a9d80e03a0e83194f4c74b4e.tar.xz |
info: functions
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7e33613..64288e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,8 @@ _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 + GNU-General-Public-License.html index.html Overview.html CLUT-Manipulation.html \ + Colour-Spaces.html # Used by mk/man.mk #_MAN_PAGE_SECTIONS = 0 3 7 @@ -66,7 +67,7 @@ _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/overview chap/clut-manipulation.texinfo chap/colour-spaces.texinfo _EVERYTHING = $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS \ $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) clut.h |