diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:27:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:27:44 +0100 |
commit | d20174ee0fa891f9a1826e8adf013f8330b6766b (patch) | |
tree | a8ef0d709c3277a8e1a294d7c1d1de0ddd556849 | |
parent | fix makefile (diff) | |
download | libclut-d20174ee0fa891f9a1826e8adf013f8330b6766b.tar.gz libclut-d20174ee0fa891f9a1826e8adf013f8330b6766b.tar.bz2 libclut-d20174ee0fa891f9a1826e8adf013f8330b6766b.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5278d95..13c1fac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,7 +74,7 @@ ___EVERYTHING_INFO = libclut titlepage-data content hardcopy-copying \ reusable/macros reusable/paper reusable/titlepage \ 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 + $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) libclut.h # }} |