diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 14:40:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 14:40:47 +0100 |
commit | 02126b72d94968fb39787bcf7dfcf85ad41d2c4d (patch) | |
tree | 6d8ddb0f8d46915f826dc22965ae19a3f7891c6d /Makefile.in | |
parent | param ramp => clut (diff) | |
download | libclut-02126b72d94968fb39787bcf7dfcf85ad41d2c4d.tar.gz libclut-02126b72d94968fb39787bcf7dfcf85ad41d2c4d.tar.bz2 libclut-02126b72d94968fb39787bcf7dfcf85ad41d2c4d.tar.xz |
info: what the macros have in common
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index d3632de..7e33613 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,11 +47,11 @@ _C_STD = c99 _H = libclut # Used by mk/texinfo.mk -#_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 +_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 # Used by mk/man.mk #_MAN_PAGE_SECTIONS = 0 3 7 @@ -63,10 +63,10 @@ _H = libclut _COPYING = COPYING # Used by mk/dist.mk -#___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 +___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 _EVERYTHING = $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS \ $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) clut.h |