You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
459 B
13 lines
459 B
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2009-04-08 23:09:24 +0200 |
|
+++ src/Makefile.in 2009-04-09 09:36:11 +0200 |
|
@@ -1395,9 +1395,6 @@ |
|
chmod a-w $@.tmp |
|
mv $@.tmp $@ |
|
|
|
-zile.1.in: main.c man-extras zile-help2man-wrapper |
|
- builddir=$(builddir) $(HELP2MAN) --output=$@ --no-info --name="Zile Is Lossy Emacs" --include $(srcdir)/man-extras $(srcdir)/zile-help2man-wrapper |
|
- |
|
loc: |
|
cloc --no3 $(ALLSOURCES) Makefile.am ../Makefile.am ../configure.ac |
|
|
|
|