Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
19a4d639
Commit
19a4d639
authored
Aug 29, 1998
by
Per Cederqvist
Browse files
(protocol-a.info): Don't allow tabs in the document.
parent
9c549b3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
19a4d639
# $Id: Makefile.am,v 1.
4
1998/08/
06 21:49:39
ceder Exp $
# $Id: Makefile.am,v 1.
5
1998/08/
29 18:28:53
ceder Exp $
# Copyright (C) 1998 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -46,6 +46,9 @@ EXTRA_DIST = ADMINISTRATION misc_items prot-A.txt \
# Automake tries to generate this rule automatically, but it fails
# because of the capital letters in the file name of the source file.
protocol-a.info
:
Protocol-A.texi
@
cd
$(srcdir)
&&
rm
-f
$@
$@
-[0-9]
$@
-[0-9][0-9]
@
# Mixing tabs and non-tabs may cause the info file to look
@
# ugly. Ban tabs.
if
grep
-n
' '
$<
/dev/null
;
then
echo
tabs detected
;
exit
1
;
fi
cd
$(srcdir)
&&
rm
-f
$@
$@
-[0-9]
$@
-[0-9][0-9]
cd
$(srcdir)
\
&&
$(MAKEINFO)
`
echo
$<
|
sed
's,.*/,,'
`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment