diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-13 17:57:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-13 17:57:42 +0100 |
commit | 744bc860e4784500e51d0a82b4cb3e2f5365ae5e (patch) | |
tree | 1e699dccd248038e2ce5e0f1774f50e737684312 | |
parent | add support for pixel margins (diff) | |
download | scrotty-744bc860e4784500e51d0a82b4cb3e2f5365ae5e.tar.gz scrotty-744bc860e4784500e51d0a82b4cb3e2f5365ae5e.tar.bz2 scrotty-744bc860e4784500e51d0a82b4cb3e2f5365ae5e.tar.xz |
remove old debug rule
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | mk/texinfo.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/texinfo.mk b/mk/texinfo.mk index 31e449f..e544464 100644 --- a/mk/texinfo.mk +++ b/mk/texinfo.mk @@ -81,8 +81,6 @@ endif endif __TEXI_SRC = $(foreach S,$(__TEXI_SRC_),$(foreach F,$(shell cd $(v)doc/info && $(ECHO) $(S)),aux/doc/$(F))) endif -X: - @echo $(__TEXI_SRC) # Split parts of the info manual. ifdef _INFOPARTS |