diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:26:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:26:32 +0100 |
commit | 7ad4fdcdd3bfe6999be409f34223cdfa461a14f9 (patch) | |
tree | 9b5ac345f6bb9fb7aa2e753485bea00c1309e26a | |
parent | m + new colour spaces (diff) | |
download | libclut-7ad4fdcdd3bfe6999be409f34223cdfa461a14f9.tar.gz libclut-7ad4fdcdd3bfe6999be409f34223cdfa461a14f9.tar.bz2 libclut-7ad4fdcdd3bfe6999be409f34223cdfa461a14f9.tar.xz |
fix makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7462287..5278d95 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,7 @@ PKGNAME = libclut # Package information. _PROJECT = libclut -_VERSION = 0.1 +_VERSION = 1.2 # Used by mk/lang-c.mk _C_STD = c99 @@ -69,7 +69,7 @@ _HTML_FILES = Free-Software-Needs-Free-Documentation.html GNU-Free-Documentatio _COPYING = COPYING # Used by mk/dist.mk -___EVERYTHING_INFO = autohaltd titlepage-data content hardcopy-copying \ +___EVERYTHING_INFO = libclut 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 |